Re: SQL statement : list table details

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: SQL statement : list table details
Дата
Msg-id 1014944328.374.17.camel@jiro
обсуждение исходный текст
Ответ на Re: SQL statement : list table details  (Samik Raychauhduri <samik@cae.wisc.edu>)
Список pgsql-general
On Thu, 2002-02-28 at 19:59, Samik Raychauhduri wrote:
> Hi,
> Thanks for this query BTW, I was looking for a query like this :)
> Let's see if anybody comes up with any solution to the data types.

Do this:

$ psql -E
nconway=> \d my_table

This will display the queries that psql uses to determine the data types
of a table. The same holds true for all the other psql 'slash commands'.

Cheers,

Neil

--
Neil Conway <neilconway@rogers.com>
PGP Key ID: DB3C29FC


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

Предыдущее
От: Samik Raychauhduri
Дата:
Сообщение: Re: SQL statement : list table details
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: SQL statement : list table details