| From: | Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | hackers(at)postgreSQL(dot)org (PostgreSQL-development) |
| Subject: | new \d information |
| Date: | 1998-01-05 02:14:37 |
| Message-ID: | 199801050214.VAA05931@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)candle(dot)pha(dot)pa(dot)us
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 1998-01-05 02:22:50 | Re: Error messages/logging (Was: Re: [HACKERS] Re: [COMMITTERS] 'pgsql/src/backend/parser gram.y parse_oper.c') |
| Previous Message | Darren King | 1998-01-05 01:45:30 | Re: [HACKERS] config.h/Followup FOLLOWUP |