mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2026-08-16 05:54:53 +02: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