Re: NULL TIMESTAM problem

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: NULL TIMESTAM problem
Дата
Msg-id 20060309192610.GA91550@winnie.fuhr.org
обсуждение исходный текст
Ответ на NULL TIMESTAM problem  ("Enrique Sánchez" <sancheztru@hotmail.com>)
Ответы Re: NULL TIMESTAM problem  ("Enrique Sánchez" <sancheztru@hotmail.com>)
Список pgsql-general
On Thu, Mar 09, 2006 at 12:49:14PM -0600, Enrique Sánchez wrote:
> I nedd to fill a database table x from a file With the COPY command an the
> delimiter '*'.
> This  table  has a timestamp null column (I declared like: ' birthday
> timestamp NULL' ).
>
> But when I try to insert NULL values(specified in the file), postgres throw
> an error.

What's the error?  How are the NULL values specified in the file?

> I don't know how can I specify this NULL value wkthout an '\N' character.

See the COPY documentation -- COPY has a NULL option that allows
you to specify what string should be interpreted as NULL.  Recent
versions also have a CSV option that interprets empty strings as
NULL.

http://www.postgresql.org/docs/8.1/interactive/sql-copy.html

(Use the documentation for whatever version you're running.)

--
Michael Fuhr

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

Предыдущее
От: "Merlin Moncure"
Дата:
Сообщение: Re: multi-column aggregates
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: Data corruption zero a file - help!!