Re: [ADMIN] maximum attribute record.

1999-07-06 Thread Bruce Momjian
This appears to be fixed in 6.5. > On Tue, Feb 02, 1999 at 07:33:48PM +0800, Vikrant Rathore wrote: > > > If your query is bigger than 8192 bytes then libpq simply truncates it > > without giving any warning > > I've read that in the docs, too (while back, didn't try it out). I have > to say, t

Re: [HACKERS] Re: [ADMIN] maximum attribute record.

1999-05-09 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > Has this been fixed in 6.5 beta? >> On Tue, Feb 02, 1999 at 07:33:48PM +0800, Vikrant Rathore wrote: >> If your query is bigger than 8192 bytes then libpq simply truncates it without giving any warning >> >> I've read that in the docs, too (w

Re: [ADMIN] maximum attribute record.

1999-05-09 Thread Bruce Momjian
Has this been fixed in 6.5 beta? > On Tue, Feb 02, 1999 at 07:33:48PM +0800, Vikrant Rathore wrote: > > > If your query is bigger than 8192 bytes then libpq simply truncates it > > without giving any warning > > I've read that in the docs, too (while back, didn't try it out). I have > to say, t

Re: [ADMIN] maximum attribute record.

1999-02-02 Thread Jan Kim
On Tue, Feb 02, 1999 at 07:33:48PM +0800, Vikrant Rathore wrote: > If your query is bigger than 8192 bytes then libpq simply truncates it > without giving any warning I've read that in the docs, too (while back, didn't try it out). I have to say, though, that I think this behaviouur is somewhat

Re: [ADMIN] maximum attribute record.

1999-02-02 Thread Vikrant Rathore
Dear Samil, If your query is bigger than 8192 bytes then libpq simply truncates it without giving any warning Vikrant Rathore On Tue, 2 Feb 1999, Postgres GOD wrote: > > i would like to know what is the maximum attribute record that can class > can accomodate. > > i'm having problem with on

[ADMIN] maximum attribute record.

1999-02-02 Thread Postgres GOD
i would like to know what is the maximum attribute record that can class can accomodate. i'm having problem with one of my table(class) it hangs-up during insertion. i'm using the libpq in my c script as the programming interface for postgres. samil buri.