Thread
-
Re: Get all names of tables in a database
Poul L. Christiansen <plc@faroenet.fo> — 2000-06-27T10:56:23Z
1. Log into the database "psql databasename" 2. just write "\dt" to list the tables And write "\h" and "\?" to see all the commands. Thomas Weholt wrote: > Hi, > > How can I get the names of all the tables in a database? > > Thomas
-
Get all names of tables in a database
Thomas Weholt <thomas@cintra.no> — 2000-06-27T11:44:54Z
Hi, How can I get the names of all the tables in a database? Thomas