new \d information - Mailing list pgsql-hackers

From Bruce Momjian
Subject new \d information
Date
Msg-id 1a0ca6eb240cc6bc9692c315e0b3190c
Whole thread Raw
List 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 by date:

Previous
From: "Sergey V. Lunegov"
Date:
Subject: [HACKERS] subsribe
Next
From: "Vadim B. Mikheev"
Date:
Subject: Re: [HACKERS] subselect