Re: [BUGS] BUG #4481: Big text insert/update using functions failed

2008-10-21 Thread Tom Lane
"Julien Vadnais" <[EMAIL PROTECTED]> writes: > When trying to insert/update long text string into the DB using a pgsql > function, an error occures. (If ~6000 char or more) People do that every day without problems. It sounds to me like you need to take this up with the authors of PDO (whatever t

[BUGS] BUG #4481: Big text insert/update using functions failed

2008-10-21 Thread Julien Vadnais
The following bug has been logged online: Bug reference: 4481 Logged by: Julien Vadnais Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.5 Operating system: Ubuntu Linux 7.04, Kernel 2.6.20-15-server Description:Big text insert/update using functions failed De