Differences

This shows you the differences between two versions of the page.

Link to this comparison view

postgresql [2012/12/28 09:43]
postgresql [2012/12/28 09:43] (current)
Line 1: Line 1:
 +====== PostgreSQL ======
  
 +  * [[createdb]]
 +
 +== Display all databases ==
 +
 +<​code>​
 +\l
 +</​code>​
 +
 +== Display all tables ==
 +
 +<​code>​
 +\d
 +</​code>​