On Tue, Oct 28, 2003 at 15:10:44 +0100,
Victor Spång Arthursson <victor(at)tosti(dot)dk> wrote:
>
> what is the command in postresql that matches the DESCRIBE-command in
> mysql? That's, to get the fieldnames and additional info about them
If you are using psql, then use \d tablename . \? will tell you about
other \ commands.