Browse - computer tips - postgresql cheatsheetDate: 2010jul19 Product: postgresql 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
Add a commentSign in to add a comment |