Re: Newbie-question

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Victor Spång Arthursson <victor(at)tosti(dot)dk>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Newbie-question
Date: 2003-10-28 14:11:20
Message-ID: 20031028141120.GA10133@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Brendan Jurd 2003-10-28 14:24:56 Re: Newbie-question
Previous Message Victor Spång Arthursson 2003-10-28 14:10:44 Re: Newbie-question