On 1/9/06 1:27 PM, "Joao Miguel Ferreira" <jmf(at)estg(dot)ipvc(dot)pt> wrote:
> Hello all at PG,
>
> Let's say I forgot the "definition" of a table (.. the original CREATE
> TABLE query)...
Use pg_dump or use some program like PgAdminIII to give you the table
definition. There is no "DESCRIBE mytable" like in MySQL.
Sean