Re: COPY with null

Поиск
Список
Период
Сортировка
От Jeff Eckermann
Тема Re: COPY with null
Дата
Msg-id 20031110034745.45543.qmail@web20806.mail.yahoo.com
обсуждение исходный текст
Ответ на COPY with null  ("Karen Smallwood" <Karen.Smallwood@mightyautoparts.com>)
Список pgsql-novice
--- Karen Smallwood
<Karen.Smallwood@mightyautoparts.com> wrote:
> I have seen this question asked, but the answer
> doesn't seem to have worked for the other person or
> myself.  I have several files I need to copy into
> postgres and if I try
> COPY compmstr from '/user/local/testfile' using
> delimiters '\t' with null as '' (or '\N' or '\t\t'>
or anything else);
> I get ERROR:  copy: line 1, Bad numeric input format
> '' (or whatever I used).  I am using files that can
> have numeric nulls and/or character nulls
>
> Anyone figure this one out?  I'm on 7.3.2

Your first version will definitely handle empty
strings as nulls.
Are you quite sure that what you are seeing as an
empty string really is empty?  i.e. it could be some
other kind of non printing character.

__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: How to change PQexec timeout?
Следующее
От: Luca Ferrari
Дата:
Сообщение: postgresSQL & perl