describe table query?

Поиск
Список
Период
Сортировка
От Andrew Bulmer
Тема describe table query?
Дата
Msg-id 20020909213002.62619.qmail@web20607.mail.yahoo.com
обсуждение исходный текст
Ответы Re: describe table query?  (Darren Ferguson <darren@crystalballinc.com>)
Re: describe table query?  (snpe <snpe@snpe.co.yu>)
Re: describe table query?  (Alex Krohn <alex@gossamer-threads.com>)
Список pgsql-general
I'm trying to write an Access clone in java that will
use PostGres as a backend. Problem is, I need to be
able to list all the fields (and data types) in a
table. I know about "\d" but that only seems to work
on the command line client (doesn't work if I pass it
in as a query). I know in mysql DESCRIBE <table> will
do it... is there an equivalent in postgres? I tried
google but all I could find were references to the \d command.

__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com

В списке pgsql-general по дате отправления:

Предыдущее
От: snpe
Дата:
Сообщение: Re: AutoCommit mode in PostgreSQL (7.3 beta1 from CVS 05.09.2002)
Следующее
От: Darren Ferguson
Дата:
Сообщение: Re: describe table query?