On Mon, Sep 25, 2000 at 01:54:09PM -0700, Andrew Gould wrote: > What psql or sql commands can be used to view the > structure of a table? Using psql, try: \d table_name For more psql commands, look at the output of '\?' from inside psql. HTH, Neil -- Neil Conway <[EMAIL PROTECTED]> Get my GnuPG key from: http://klamath.dyndns.org/mykey.asc Encrypted mail welcomed Vegetarians do not love animals... they hate plants.
- [GENERAL] querying table structure/definition Andrew Gould
- Neil Conway