Re: copy from stdin; bug?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Rehak Tamas <rehak(at)sch(dot)bme(dot)hu>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: copy from stdin; bug?
Date: 2001-01-15 02:29:30
Message-ID: 20332.979525770@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Rehak Tamas <rehak(at)sch(dot)bme(dot)hu> writes:
> i try to fill my table from a file using copy from stdin and postgresql
> corrupt the table. This happen if before the <tab> or end of line there
> is word that has a non-standard letter like o with accent and then an
> ordinary lette [a-z]. and now i reproduced this error if that o is at the
> and of the word. in these cases that word and the next one get into the
> same field...

Sounds to me like a multibyte-character translation problem. What
encoding do you have set for the database? What have you told it the
client encoding is?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rehak Tamas 2001-01-15 02:37:27 Re: copy from stdin; bug?
Previous Message Tom Lane 2001-01-15 01:41:33 Re: SIGTERM -> elog(FATAL) -> proc_exit() is probably a bad idea