Re: [Fwd: [ADMIN] Quick Question Please]

2003-12-18 Thread Terry Hampton
Bruno, Excellent advise ! thanks to all, terry Bruno Wolff III wrote: On Thu, Dec 18, 2003 at 15:48:14 -0500, Terry Hampton <[EMAIL PROTECTED]> wrote: OOPS! This group is quick and sharp.

Re: [Fwd: [ADMIN] Quick Question Please]

2003-12-18 Thread Bruno Wolff III
On Thu, Dec 18, 2003 at 15:48:14 -0500, Terry Hampton <[EMAIL PROTECTED]> wrote: > > > OOPS! This group is quick and sharp. > I was not specific enough with my need. > Sorry to clog your email. > > Was is the SQL syntax to > return table names programatically ?

[Fwd: [ADMIN] Quick Question Please]

2003-12-18 Thread Terry Hampton
Original Message Subject: [ADMIN] Quick Question Please Date: Thu, 18 Dec 2003 15:30:41 -0500 From: Terry Hampton <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] All, Seem to be having a brain lock. What is the method or syntax to return a list of column names for a given tabl

Re: [ADMIN] Quick Question Please

2003-12-18 Thread charlie derr
From a psql prompt: \d good luck, ~c Terry Hampton wrote: All, Seem to be having a brain lock. What is the method or syntax to return a list of column names for a given table name ? many thanks for your quick help, Terry -- if i top posted,

Re: [ADMIN] Quick Question Please

2003-12-18 Thread Bruno LEVEQUE
A solution : in psql : \d YourTable Terry Hampton wrote: All, Seem to be having a brain lock. What is the method or syntax to return a list of column names for a given table name ? many thanks for your quick help, Terry -- Bruno LEVEQUE System Engineer SARL NET6D

Re: [ADMIN] Quick Question Please

2003-12-18 Thread Sam Barnett-Cormack
In psql, do \d table_name It will tell you about all columns, indexes, and constraints. On Thu, 18 Dec 2003, Terry Hampton wrote: > > All, > > Seem to be having a brain lock. > > What is the method or syntax to return > a list of column names for a given table name ? >

Re: [ADMIN] Quick Question Please

2003-12-18 Thread Sergio Pili
In psql: \d [table name] Regards, Sergio Pili > -Mensaje original- > De: Terry Hampton [SMTP:[EMAIL PROTECTED] > Enviado el: Jueves 18 de Diciembre de 2003 17:31 > Para: [EMAIL PROTECTED] > Asunto: [ADMIN] Quick Question Please > > > All, >

[ADMIN] Quick Question Please

2003-12-18 Thread Terry Hampton
All, Seem to be having a brain lock. What is the method or syntax to return a list of column names for a given table name ? many thanks for your quick help, Terry -- Terry L. Hampton Program Manager LimaCorp, LLC. www.limacorp.com 513.587.1874 -

[ADMIN] Quick Question!

2001-07-10 Thread Harry Yau
Hi: A really simple question: I wanna set up some WAL related config parameter. I am wondering is it the same to add those parameter on postgresql.conf as to add them on /etc/rc.d/init.d/postgres.init?? ---(end of broadcast)--- TIP 5: Have you chec