Computer Tips - What are some basic Postgreql commands?

Date: 2010jul19 Product: postgresql Keywords: postgresl, postgres Importance: important Q. What are some basic Postgreql commands? A.
psql <database> start Postgresql in a database \dt show tables \d <table> show the named table \i <script> run the sql from the named script \q quit
More on Postgresql http://www.davekb.com/search.php?target=postgresql