no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | postgresql [2012/12/28 16:43] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== PostgreSQL ====== | ||
+ | * [[createdb]] | ||
+ | |||
+ | == Display all databases == | ||
+ | |||
+ | < | ||
+ | \l | ||
+ | </ | ||
+ | |||
+ | == Display all tables == | ||
+ | |||
+ | < | ||
+ | \d | ||
+ | </ |