Numeric precision on psql \d

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Numeric precision on psql \d
Дата
Msg-id 199905261957.PAA06293@candle.pha.pa.us
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: NUMERIC regression test?
Следующее
От: Vince Vielhaber
Дата:
Сообщение: Uh oh?