new \d information

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема new \d information
Дата
Msg-id 199801050214.VAA05931@candle.pha.pa.us
обсуждение исходный текст
Список pgsql-hackers
I have added NOT NULL and DEFAULT indications to \d:

test=> \d testz

Table    = testz
+----------------------------------+----------------------------------+-------+
|              Field               |              Type                | Length|
+----------------------------------+----------------------------------+-------+
| x                                | int4 not null default '4'        |     4 |
+----------------------------------+----------------------------------+-------+

Some people have asked for this on the questions list.

--
Bruce Momjian
maillist@candle.pha.pa.us

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

Предыдущее
От: darrenk@insightdist.com (Darren King)
Дата:
Сообщение: Re: [HACKERS] config.h/Followup FOLLOWUP
Следующее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] include/config.h FOLLOWUP