mirror of
https://github.com/rstacruz/cheatsheets.git
synced 2026-04-27 03:00:45 -04:00
219 B
219 B
title
| title |
|---|
| PostgreSQL |
Console
$ psql
Commands
- Show tables:
\dt - Show databases:
\l - Show columns of a table:
\d tableor\d+ table
Creating database
$ createdb databasename