;
> Organization: Sfera Carta
> Newsgroups: muc.lists.postgres.questions
> Date: 20 Mar 2000 17:04:13 +0100
> Subject: Re: [GENERAL] How to retrieve table definition in SQL
>
> If you start pgsql with -E parameter
> when you type \d pgsql shows you the query it executes
to display
> the table definiti
n information
> > about table/field names/types and descriptions. use -e with psql command,
> > and look at the sql code when running /d commands.
> > regards.
> > Omid Omoomi
> >
> >
> > >From: Stan Jacobs <[EMAIL PROTECTED]>
> > >
s.
> regards.
> Omid Omoomi
>
>
> >From: Stan Jacobs <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: [GENERAL] How to retrieve table definition in SQL
> >Date: Sun, 19 Mar 2000 03:40:43 -0800 (PST)
> >
> >
> >Hi everyone,
> >
IL PROTECTED]
>Subject: [GENERAL] How to retrieve table definition in SQL
>Date: Sun, 19 Mar 2000 03:40:43 -0800 (PST)
>
>
>Hi everyone,
>
>This probably isn't a Postgres-specific question, but I'm hoping that
>someone knows the answer to this off the top of their
Hi everyone,
This probably isn't a Postgres-specific question, but I'm hoping that
someone knows the answer to this off the top of their heads... :-)
I'd like to retrieve the table definition via SQL. I'm using ColdFusion
to access a PostgreSQL 6.5.3 database, and I'd like to retrieve the tabl