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.
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 ?
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
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,
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
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 ?
>
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,
>
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
-
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