Re: [BUGS] BUG: ILIKE with single-byte encoding

2008-02-29 Thread Tom Lane
Rolf Jentsch <[EMAIL PROTECTED]> writes: > With PostgreSQL 8.3.0 the following bug has been introduced with the ILIKE or > ~~* operator: > In a database with single-byte encoding as LATIN1 the expression > SELECT 'aü' ILIKE '%ü'; > returns false. > For the single-byte case there are some places w

[BUGS] ecpg produces code that won't compile

2008-02-29 Thread Steve Clark
The following bug has been logged online: Bug reference: 4001 Logged by: Stephen Clark Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.0 Operating system: FreeBSD 6.2 Description:ecpg produces code that won't compile Details: Below is a code fragment that co

Re: [BUGS] bug or not bug, xmlvalidate(xml, text) can read and show one line from file

2008-02-29 Thread Tom Lane
Alvaro Herrera <[EMAIL PROTECTED]> writes: > Peter Eisentraut escribió: >> Yes, it was accidentally left over from previous work. We should have >> removed >> it before the release, but that would have required an initdb. > So let's change it for a function that elog(ERROR)s on entry. Yeah, I

Re: [BUGS] bug or not bug, xmlvalidate(xml, text) can read and show one line from file

2008-02-29 Thread Alvaro Herrera
Peter Eisentraut escribió: > Am Freitag, 29. Februar 2008 schrieb Tom Lane: > > Sergey Burladyan <[EMAIL PROTECTED]> writes: > > > [ xmlvalidate is a security hole ] > > > > Given that this function is not documented nor tested in the regression > > tests, I propose diking it out entirely. > > Yes

Re: [BUGS] bug or not bug, xmlvalidate(xml, text) can read and show one line from file

2008-02-29 Thread Peter Eisentraut
Am Freitag, 29. Februar 2008 schrieb Tom Lane: > Sergey Burladyan <[EMAIL PROTECTED]> writes: > > [ xmlvalidate is a security hole ] > > Given that this function is not documented nor tested in the regression > tests, I propose diking it out entirely. Yes, it was accidentally left over from previo

Re: [BUGS] BUG #4002: Error when I attemp to make a query by prompt

2008-02-29 Thread Tom Lane
Bill Moran <[EMAIL PROTECTED]> writes: > In response to "Mario Plazas" <[EMAIL PROTECTED]>: >> C:\Archivos de programa\PostgreSQL\8.3\bin>"C:\Archivos de >> programa\PostgreSQL\8 >> .3\bin\psql.exe" DBASE superpostgres -C "SELECT * FROM companies;" >> psql: warning: extra command-line argument "-C"

Re: [BUGS] BUG #4002: Error when I attemp to make a query by prompt

2008-02-29 Thread Bill Moran
In response to "Mario Plazas" <[EMAIL PROTECTED]>: > > The following bug has been logged online: > > Bug reference: 4002 > Logged by: Mario Plazas > Email address: [EMAIL PROTECTED] > PostgreSQL version: 8.3.0 > Operating system: win xp > Description:Error when I att

[BUGS] BUG #4002: Error when I attemp to make a query by prompt

2008-02-29 Thread Mario Plazas
The following bug has been logged online: Bug reference: 4002 Logged by: Mario Plazas Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.0 Operating system: win xp Description:Error when I attemp to make a query by prompt Details: Hi. In psql ver 8.3.0, I use

Re: [BUGS] bug or not bug, xmlvalidate(xml, text) can read and show one line from file

2008-02-29 Thread Tom Lane
Sergey Burladyan <[EMAIL PROTECTED]> writes: > [ xmlvalidate is a security hole ] Given that this function is not documented nor tested in the regression tests, I propose diking it out entirely. regards, tom lane ---(end of broadcast)--

Re: [BUGS] BUG #3999: Panic with "invalid string enlargement request size" after a strange request from JDBC

2008-02-29 Thread Tom Lane
"Thomas Poindessous" <[EMAIL PROTECTED]> writes: > we have some PANIC after a weird error : > ERROR: invalid string enlargement request size 1358954492 > WARNING: AbortTransaction and not in in-progress state > ERROR: could not send data to client: Broken pipe > PANIC: error during error recov

[BUGS] BUG #4001: ecpg produces code that won't compile

2008-02-29 Thread Stephen Clark
The following bug has been logged online: Bug reference: 4001 Logged by: Stephen Clark Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.0 Operating system: FreeBSD 6.2 Description:ecpg produces code that won't compile Details: Below is a code fragment that c

[BUGS] bug or not bug, xmlvalidate(xml, text) can read and show one line from file

2008-02-29 Thread Sergey Burladyan
Hi, all seb=> select version(); version PostgreSQL 8.3.0 on x86_64-pc-linux-gnu, compiled by GCC x86_64-pc-linux-gnu-gcc (GCC

[BUGS] BUG #3999: Panic with "invalid string enlargement request size" after a strange request from JDBC

2008-02-29 Thread Thomas Poindessous
The following bug has been logged online: Bug reference: 3999 Logged by: Thomas Poindessous Email address: [EMAIL PROTECTED] PostgreSQL version: 7.4.9 Operating system: RHEL 3ES.x86_64 Description:Panic with "invalid string enlargement request size" after a strange re

[BUGS] BUG #3997: Venezuela TIMEZONE

2008-02-29 Thread Aaron Mizrachi
The following bug has been logged online: Bug reference: 3997 Logged by: Aaron Mizrachi Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.0 Operating system: Windows Description:Venezuela TIMEZONE Details: venezuela have a new timezone (-4:30 hrs). File post

Re: [BUGS] BUG #3995: pqSocketCheck doesn't return

2008-02-29 Thread Noro, Kyouko
Hello Tom, Thank you for your reply. >pqSocketCheck isn't accessible from outside libpq Yes, I see. SQL in our application is hang sometimes. I saw gdb backtrace as follows. (gdb) bt #0 0x900bc8bc in poll () #2 0x0149abd2 in pqSocketCheck () ・・・ I've been searching some cases like this but I've