[BUGS] BUG #2956: ECPG does not treat multibyte characters correctly.

2007-02-05 Thread Toshi Harada
The following bug has been logged online: Bug reference: 2956 Logged by: Toshi Harada Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.4 Operating system: CentOS4 Description:ECPG does not treat multibyte characters correctly. Details: Hello. The problem o

[BUGS] BUG #2958: ERROR: 53200: out of memory

2007-02-05 Thread Anton Andreev
The following bug has been logged online: Bug reference: 2958 Logged by: Anton Andreev Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2 Operating system: Windows Server 2003 32bit Description:ERROR: 53200: out of memory Details: I have this error and some ot

[BUGS] BUG #2959: Non-usual error when using jdbc driver into a Java WebStart application

2007-02-05 Thread Adriano
The following bug has been logged online: Bug reference: 2959 Logged by: Adriano Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1 Operating system: Windows XP Description:Non-usual error when using jdbc driver into a Java WebStart application Details: I got

[BUGS] BUG #2960: missing string replace function ODBC driver

2007-02-05 Thread Dave Claes
The following bug has been logged online: Bug reference: 2960 Logged by: Dave Claes Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.1 Operating system: windows Description:missing string replace function ODBC driver Details: Hello, In the current ODBC driv

[BUGS] BUG #2961: NULL values in subselects force NOT IN to false

2007-02-05 Thread Aaron Logue
The following bug has been logged online: Bug reference: 2961 Logged by: Aaron Logue Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.1 Operating system: Linux (various flavors) Description:NULL values in subselects force NOT IN to false Details: SELECT X FR

[BUGS] BUG #2963: PQprepare and transactions.

2007-02-05 Thread DUVAL Jean-Pierre
The following bug has been logged online: Bug reference: 2963 Logged by: DUVAL Jean-Pierre Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.3 Operating system: Windows XP Description:PQprepare and transactions. Details: To speed up programs, I call: 1) PQpr

[BUGS] BUG #2962: 8.2.1 lo_creat Documentation incorrect?

2007-02-05 Thread Gary Chambers
The following bug has been logged online: Bug reference: 2962 Logged by: Gary Chambers Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.1 Operating system: RHEL WS 4 (2.6.9-42.0.3.EL) Description:8.2.1 lo_creat Documentation incorrect? Details: 8.2.1 documen

[BUGS] BUG #2969: Inaccuracies in Solaris FAQ

2007-02-05 Thread Rich Teer
The following bug has been logged online: Bug reference: 2969 Logged by: Rich Teer Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.2 Operating system: Solaris 10 Description:Inaccuracies in Solaris FAQ Details: Hi there, First, many thanks for providing th

Re: [BUGS] BUG #2961: NULL values in subselects force NOT IN to false

2007-02-05 Thread Stephan Szabo
On Fri, 2 Feb 2007, Aaron Logue wrote: > The following bug has been logged online: > > Bug reference: 2961 > Logged by: Aaron Logue > Email address: [EMAIL PROTECTED] > PostgreSQL version: 8.2.1 > Operating system: Linux (various flavors) > Description:NULL values in s

Re: [BUGS] BUG #2963: PQprepare and transactions.

2007-02-05 Thread Tom Lane
"DUVAL Jean-Pierre" <[EMAIL PROTECTED]> writes: > It seems that PQprepare() is using something like DECLARE CURSOR WITHOUT > HOLD, that is impacted by transactions: > X) Either destroyed at the end of the transaction. > Y) Or not possible to do when a transaction is open. This conclusion is incorr

Re: [BUGS] BUG #2962: 8.2.1 lo_creat Documentation incorrect?

2007-02-05 Thread Tom Lane
"Gary Chambers" <[EMAIL PROTECTED]> writes: > 8.2.1 documentation, section 30.4: > SELECT lo_creat(-1); -- returns OID of new, empty large object That works for me ... > The documentation states that a new, empty oid is returned if -1 is passed > to either lo_creat or lo_create. It says

[BUGS] BUG #2971: 8.1.7/8.2.2 break constraint checking for 'update'

2007-02-05 Thread Martin Pitt
The following bug has been logged online: Bug reference: 2971 Logged by: Martin Pitt Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.2 Operating system: Linux Description:8.1.7/8.2.2 break constraint checking for 'update' Details: Originally reported on htt