Re: [HACKERS] PQexec() 8191 bytes limit and text fields

2001-07-18 Thread Steve Howe
"Tom Lane" <[EMAIL PROTECTED]> To: "Steve Howe" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, July 18, 2001 1:14 PM Subject: Re: [HACKERS] PQexec() 8191 bytes limit and text fields > "Steve Howe" <[EMAIL PROTECTED]> writes:

Re: [HACKERS] PQexec() 8191 bytes limit and text fields

2001-07-18 Thread Tom Lane
"Steve Howe" <[EMAIL PROTECTED]> writes: > Writing my interface application, which use the PQexec library, I > came across the PQexec() queries 8191 bytes limit. You must have a very out-of-date library. Time to update. regards, tom lane

Re: [HACKERS] PQexec() 8191 bytes limit and text fields

2001-07-18 Thread Mitch Vincent
luck! -Mitch - Original Message - From: "Steve Howe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 18, 2001 4:51 AM Subject: [HACKERS] PQexec() 8191 bytes limit and text fields > Hello all, > > > Writing my interface application,

[HACKERS] PQexec() 8191 bytes limit and text fields

2001-07-18 Thread Steve Howe
Hello all, Writing my interface application, which use the PQexec library, I came across the PQexec() queries 8191 bytes limit. What useful are 4Gb text fields if I have this limit ? I mean, if a user make an update to this field, with a large value (let's say, 4Mb), do I