Re: [BUGS] BUG #4180: PANIC while PQExec on Client with differen locale from database

2008-05-18 Thread Tom Lane
[ please keep the mailing list cc'd on discussions ] "bishop.gis" <[EMAIL PROTECTED]> writes: > This is result executing the same command with client_encoding = UTF8. > ERROR: =CE=C5=D7=C5=D2=CE=C1=D1 = > =D0=CF=D3=CC=C5=C4=CF=D7=C1=D4=C5=CC=D8=CE=CF=D3=D4=D8 =C2=C1=CA=D4 = > =C9=CD=D1 =CB=CF=C4=

Re: [BUGS] BUG #4182: Enum in Foreign Key broken

2008-05-18 Thread Tom Lane
"Rod Taylor" <[EMAIL PROTECTED]> writes: > The Update in the below script results in the following > ERROR: no conversion function from some_enum to anyenum This is coming from if (pathtype != COERCION_PATH_FUNC && pathtype != COERCION_PATH_RELABELTYPE) {

[BUGS] BUG #4182: Enum in Foreign Key broken

2008-05-18 Thread Rod Taylor
The following bug has been logged online: Bug reference: 4182 Logged by: Rod Taylor Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.1 Operating system: amd64-portbld-freebsd7.0, compiled by GCC cc (GCC) 4.2.1 20070719 [FreeBSD] Description:Enum in Foreign Ke

Re: [BUGS] BUG #4180: PANIC while PQExec on Client with differen locale from database

2008-05-18 Thread Tom Lane
"bishop" <[EMAIL PROTECTED]> writes: > PQsetClientEncoding(conn,"WIN1251"); > res = PQexec(conn, "INSERT INTO \"table_name\" (\"name\") VALUES > ('test');"); What do you get, exactly, if you do the same command but with client_encoding = UTF8? I suppose this must be a problem with failing to conv

[BUGS] BUG #4181: Service PostgreSQL database server 8.2 failed to start

2008-05-18 Thread Dmitriy
The following bug has been logged online: Bug reference: 4181 Logged by: Dmitriy Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.6 Operating system: Win XP SP2 Description:Service PostgreSQL database server 8.2 failed to start Details: Hi , When i install

[BUGS] BUG #4180: PANIC while PQExec on Client with differen locale from database

2008-05-18 Thread bishop
The following bug has been logged online: Bug reference: 4180 Logged by: bishop Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.1 Operating system: Vista Home Premium Description:PANIC while PQExec on Client with differen locale from database Details: The c