Re: Perl::DBI and TYPE of column

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Perl::DBI and TYPE of column
Дата
Msg-id 32382.1583246192@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Perl::DBI and TYPE of column  (Matthias Apitz <guru@unixarea.de>)
Ответы Re: Perl::DBI and TYPE of column
Список pgsql-general
Matthias Apitz <guru@unixarea.de> writes:
> During unload trailing blanks in all columns are discarded, because they
> would cause problems during loading for INT and DATE columns.

Really?

regression=# select '123  '::int;
 int4 
------
  123
(1 row)

regression=# select '12-02-2019  '::date;
    date    
------------
 2019-12-02
(1 row)

            regards, tom lane



В списке pgsql-general по дате отправления:

Предыдущее
От: Matthias Apitz
Дата:
Сообщение: Perl::DBI and TYPE of column
Следующее
От: Matthias Apitz
Дата:
Сообщение: Re: Perl::DBI and TYPE of column