funny psql output

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема funny psql output
Дата
Msg-id 199910190413.AAA21492@candle.pha.pa.us
обсуждение исходный текст
Ответы Re: [HACKERS] funny psql output
Список pgsql-hackers
Does this look strange to anyone:

test=> create table kk1 (born date);
CREATE
test=> select * from kk1;
born
----
(0 rows)

test=> insert into kk1 values ('1/1/1990');
INSERT 18588 1
test=> select * from kk1;     born
----------
01-01-1990
(1 row)

Look how 'born' is right-shifted in the column.  Any idea why?

--  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 по дате отправления:

Предыдущее
От: Vadim Mikheev
Дата:
Сообщение: Re: [HACKERS] Another historical message from the early days of PostgreSQL development
Следующее
От: Vadim Mikheev
Дата:
Сообщение: Re: [HACKERS] mdnblocks is an amazing time sink in huge relations