SHOW , DESCRIBE, oh what's it called... - Mailing list pgsql-novice

From Paul Fontenot
Subject SHOW , DESCRIBE, oh what's it called...
Date
Msg-id COEGIFBFLIEMDMJAJFMAOEEFCBAA.paul@code-slinger.com
Whole thread Raw
Responses Re: SHOW , DESCRIBE, oh what's it called...  ("D. Duccini" <duccini@backpack.com>)
Re: SHOW , DESCRIBE, oh what's it called...  ("Anthony E. Greene" <agreene@pobox.com>)
Re: SHOW , DESCRIBE, oh what's it called...  ("Karl F. Larsen" <k5di@zianet.com>)
List pgsql-novice
In MySQL you could issue a command:

describe my_table_name;

and it would come back with the columns, and their descriptions. What is the
equivalent command in postgresql? I have looked everywhere and am probly
just overlooking it by now.

Thanks,
    Paul


pgsql-novice by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: Migrating from MySQL
Next
From: "D. Duccini"
Date:
Subject: Re: SHOW , DESCRIBE, oh what's it called...