Numeric precision on psql \d

Started by Bruce Momjianalmost 27 years ago1 messageshackers
Jump to latest
#1Bruce Momjian
bruce@momjian.us

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, Pennsylvania 19026