On here you'll find tips and notes on stuff i'm interested in. That's normally xbmc, movie libraries, psp homebrew and gadgets. I'll also post some code examples which are more for my reference than anything else.
Wednesday, 19 September 2012
Show databases and tables in postgresql
show databases: select datname from pg_database; show tables: \dt
No comments:
Post a Comment