Re: [GENERAL] How to retrieve table definition in SQL

2000-03-21 Thread Jose Soares
; > 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

Re: [GENERAL] How to retrieve table definition in SQL

2000-03-19 Thread Ed Loehr
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]> > > >

Re: [GENERAL] How to retrieve table definition in SQL

2000-03-19 Thread Stan Jacobs
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, > >

Re: [GENERAL] How to retrieve table definition in SQL

2000-03-19 Thread omid omoomi
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

[GENERAL] How to retrieve table definition in SQL

2000-03-19 Thread Stan Jacobs
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