Numeric precision on psql \d - Mailing list pgsql-hackers

From Bruce Momjian
Subject Numeric precision on psql \d
Date
Msg-id 199905261957.PAA06293@candle.pha.pa.us
Whole thread Raw
List pgsql-hackers
psql \d shows numeric precision now:

test=> \d num
Table    = num
+----------------------------------+----------------------------------+-------+
|              Field               |              Type                | Length|
+----------------------------------+----------------------------------+-------+
| x                                | numeric                          | 10.2  |
+----------------------------------+----------------------------------+-------+


--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: NUMERIC regression test?
Next
From: Vince Vielhaber
Date:
Subject: Uh oh?