Files
cheatsheets/postgresql.md
Rico Sta. Cruz 7d9f263daa Yeaaahh.
2013-05-29 20:19:07 +08:00

192 B

Console

$ psql

Commands

  • Show tables: \dt
  • Show databases: \l
  • Show columns of a table: \d table or \d+ table

Creating database

 $ createdb databasename