Re: [BUGS] BUG #6534: Passing numeric Bind variables to ODBC driver convers to Double precision

2012-04-12 Thread Amit Kapila
Is there an ODBC setting for incoming numeric bind variables? I don't think there is any such kind of setting, atleast I am not aware. I am guessing mostly it’s the Postgres behavior or some problem in the way the application is using ODBC. Select function call below will work if they

Re: [BUGS] BUG #6578: Deadlock in libpq after upgrading from 8.4.7 to 8.4.11

2012-04-12 Thread Greg Stark
On Wed, Apr 11, 2012 at 2:04 AM, Tom Lane t...@sss.pgh.pa.us wrote: rnysm...@yahoo.com writes: This month, we upgrade the libpq5 from  8.4.7 to 8.4.11.(libpq-dev 8.4.11-0ubuntu0.11.04) Our service program become unstable after upgrading. It seems rather improbable that a deadlock inside glibc

[BUGS] BUG #6583: for loop cursor

2012-04-12 Thread biju . george
The following bug has been logged on the website: Bug reference: 6583 Logged by: Biju George Email address: biju.geo...@ust-global.com PostgreSQL version: 8.4.0 Operating system: Linux Description: Just this simple code throws below error -- CREATE OR REPLACE

Re: [BUGS] BUG #6583: for loop cursor

2012-04-12 Thread Tom Lane
biju.geo...@ust-global.com writes: The following bug has been logged on the website: Bug reference: 6583 Logged by: Biju George Email address: biju.geo...@ust-global.com PostgreSQL version: 8.4.0 Operating system: Linux Description: Just this simple code

Re: [BUGS] BUG #6583: for loop cursor

2012-04-12 Thread Tom Lane
I wrote: Works for me in 8.4.11 (after correcting record_var.id - record_var.pid at line 6). Maybe you need to update to some more recent version than 8.4.0. Actually, I do get the described behavior when trying this in 8.3, which does not have FOR-over-cursor. So maybe the more appropriate

[BUGS] BUG #6584: problemas com INSERT por meio de php

2012-04-12 Thread valeria . lucht23
The following bug has been logged on the website: Bug reference: 6584 Logged by: Valéria T. Lucht Email address: valeria.luch...@gmail.com PostgreSQL version: 8.4.8 Operating system: Ubuntu 11.10 Description: Através do php estou tentando inserir dados em uma tabela

[BUGS] BUG #6585: Can't compile from source code

2012-04-12 Thread mit
The following bug has been logged on the website: Bug reference: 6585 Logged by: Andrey Mitroshin Email address: m...@akamit.com PostgreSQL version: 9.1.3 Operating system: AIX 7.1.0 Description: This affects versions from 9.0.0 Version 8.4.7 is not affected gcc -v

Re: [BUGS] BUG #6585: Can't compile from source code

2012-04-12 Thread Alvaro Herrera
Excerpts from mit's message of jue abr 12 14:37:48 -0300 2012: The following bug has been logged on the website: Bug reference: 6585 Logged by: Andrey Mitroshin Email address: m...@akamit.com PostgreSQL version: 9.1.3 Operating system: AIX 7.1.0 Description:

Re: [BUGS] BUG #6585: Can't compile from source code

2012-04-12 Thread Tom Lane
m...@akamit.com writes: Operating system: AIX 7.1.0 While compiling from source the following error stops the compilation process ld: 0711-317 ERROR: Undefined symbol: .mbstowcs_l Hm. Our configure script assumes that if wcstombs_l() is available then mbstowcs_l() is too. Is that not the

Re: [BUGS] BUG #6585: Can't compile from source code

2012-04-12 Thread John R Pierce
On 04/12/12 10:37 AM, m...@akamit.com wrote: The following bug has been logged on the website: Bug reference: 6585 Logged by: Andrey Mitroshin Email address:m...@akamit.com PostgreSQL version: 9.1.3 Operating system: AIX 7.1.0 Description: This affects versions from 9.0.0

Re: [BUGS] BUG #6584: problemas com INSERT por meio de php

2012-04-12 Thread Euler Taveira
On 12-04-2012 13:46, valeria.luch...@gmail.com wrote: Através do php estou tentando inserir dados em uma tabela do BD, mas está dando o seguinte erro: Warning: pg_query(): Query failed: ERRO: sequência de bytes é inválida para codificação UTF8: 0xe97269 HINT: Este erro pode acontecer também