Numeric precision on psql \d

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Numeric precision on psql \d
Date: 1999-05-26 19:57:02
Message-ID: 199905261957.PAA06293@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Browse pgsql-hackers by date

  From Date Subject
Next Message Vince Vielhaber 1999-05-26 20:26:27 Uh oh?
Previous Message Bruce Momjian 1999-05-26 19:49:18 NUMERIC regression test?