Re: Explicit NULL for no INTEGER data? -- Update

Поиск
Список
Период
Сортировка
От Mike Christensen
Тема Re: Explicit NULL for no INTEGER data? -- Update
Дата
Msg-id AANLkTimwxUUqTeYKFZa=uC3jGqAktEfGfwnHtPoFZRO6@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Explicit NULL for no INTEGER data? -- Update  (Rich Shepard <rshepard@appl-ecosys.com>)
Ответы Re: Explicit NULL for no INTEGER data? -- Update  (Rich Shepard <rshepard@appl-ecosys.com>)
Список pgsql-general
Judging from:

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

It looks like you have to specify your own NULL string with the NULL
AS parameter of the COPY command.

On Fri, Feb 18, 2011 at 3:12 PM, Rich Shepard <rshepard@appl-ecosys.com> wrote:
> On Fri, 18 Feb 2011, Rich Shepard wrote:
>
>> Do I need an explicit NULL in that column?
>
>  Update: Placing NULL or a blank produces the same error.
>
>  How should I represent no value for an integer column in a .csv file?
>
> Rich
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

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

Предыдущее
От: Rich Shepard
Дата:
Сообщение: Re: Explicit NULL for no INTEGER data? -- Update
Следующее
От: Radosław Smogura
Дата:
Сообщение: Postgresql prepared transactions