How to load nulls into timestamp field

Поиск
Список
Период
Сортировка
От Pam Wampler
Тема How to load nulls into timestamp field
Дата
Msg-id 2E4528861499D41199D200A0C9B15BC0012F4647@taylorwhite.com
обсуждение исходный текст
Ответы Re: How to load nulls into timestamp field  ("Joshua b. Jore" <josh@greentechnologist.org>)
Список pgsql-novice
If I am trying to load data into tables:
using psql  -c "\copy $file from $file using delimiters | "

and the table has a column of datatype timestamp that allows nulls,
the input record has the delimiter | in its place --
I get the ERROR:  copy: line 1, Bad timestamp external representation ''

why?  please help

Pam Wampler

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

Предыдущее
От: John Herreshoff
Дата:
Сообщение: Re: pg_dump - groups and users.
Следующее
От: "Joshua b. Jore"
Дата:
Сообщение: Re: How to load nulls into timestamp field