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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Julien Vadnais" <jvadnais(at)cybergeneration(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #4481: Big text insert/update using functions failed
Date: 2008-10-21 21:10:45
Message-ID: 9265.1224623445@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Julien Vadnais" <jvadnais(at)cybergeneration(dot)com> 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 that is).

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Kris Jurka 2008-10-21 21:18:47 Re: BUG #4488: jdbc : DatabaseMetaData.getPrimaryKeys no result
Previous Message Tom Lane 2008-10-21 21:08:46 Re: BUG #4478: = operator in connection with CASE looks like loose some functionality (bug or feature?)