new \d information - Mailing list pgsql-hackers

From Bruce Momjian
Subject new \d information
Date
Msg-id 199801050214.VAA05931@candle.pha.pa.us
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: darrenk@insightdist.com (Darren King)
Date:
Subject: Re: [HACKERS] config.h/Followup FOLLOWUP
Next
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] include/config.h FOLLOWUP