Re: problem with copy

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: problem with copy
Дата
Msg-id 21415.980178394@sss.pgh.pa.us
обсуждение исходный текст
Ответ на problem with copy  (Anand Raman <araman@india-today.com>)
Ответы Re: problem with copy
Список pgsql-general
Anand Raman <araman@india-today.com> writes:
> arttoday=# \copy artists from STDIN using delimiters '|' with null as '||';

Er, don't you mean "with null as ''"?

The above-given command will never think any input column is a null,
since it won't parse '||' as a column value in the first place.

            regards, tom lane

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

Предыдущее
От: Rajit Singh
Дата:
Сообщение: Silencing 'NOTICE' messages for PRIMARY KEY
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Re: Troubles with performances