Re: [BUGS] copy command PANIC in --encoding='utf8' createdb option

2004-10-29 Thread Tom Lane
Sil Lee <[EMAIL PROTECTED]> writes: > test1=> \copy t1 (col1) from '/opt/lgsec/dmp/test.dmp' > \. > PANIC: ERRORDATA_STACK_SIZE exceeded > test1=> > ^^; postmaster log > WARNING: ignoring unconvertible UHC character 0xb85f > CONTEXT: COPY t1, line 1: "/system/workbin/등락종??.TXT.20040319" > WARN

[BUGS] copy command PANIC in --encoding='utf8' createdb option

2004-10-29 Thread Sil Lee
I installed PostgreSQL-8.0beta4 on Linux Fedora Core2. and first I made database test1. and create table t1, copy data from file 'test.dmp' $ createdb test1 CREATE DATABASE $psql test1 test1=> create table t1 (col1 varchar(100)); CREATE TABLE test1=> show client_encoding; client_encoding --