mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2025-06-15 22:57:33 +02:00
219 B
219 B
title |
---|
Postgresql |
Console
$ psql
Commands
- Show tables:
\dt
- Show databases:
\l
- Show columns of a table:
\d table
or\d+ table
Creating database
$ createdb databasename