Difference between revisions of "Postgres"

From Wiki2
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
==postgres [[database]]==
==postgres==
[[database]]
 
  createdb forecast
  psql -U tim forecast
  forecast=# \l ##lists databases

Latest revision as of 00:10, 31 December 2015

postgres

database

 createdb forecast
 psql -U tim forecast
 forecast=# \l ##lists databases