Re: HOWTO: Get a table or database definition - Mailing list pgsql-general

From googlemike@hotpop.com (Google Mike)
Subject Re: HOWTO: Get a table or database definition
Date
Msg-id 25d8d6a8.0409050320.5062ceba@posting.google.com
Whole thread Raw
In response to HOWTO: Get a table or database definition  (googlemike@hotpop.com (Google Mike))
List pgsql-general
One other option, which I had forgotten for a long time, was:

\d <object name>

...which can describe many things, although this doesn't give you the
CREATE syntax like a pg_dump can do. Please also note that a pg_dump
can dump output to the screen if you don't specify a file, so if
you're only outputting the schema with "-s -C", it doesn't really
impact a live production database much at all.

pgsql-general by date:

Previous
From: "W. Scott Gibson"
Date:
Subject: Re: How do I list the schema for a table or procedure?
Next
From: Randy Yates
Date:
Subject: Access MDB Schema Import Tool?