Re: BYTEA: insert query max size

From: inner <transto(at)inbox(dot)ru>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: BYTEA: insert query max size
Date: 2006-04-04 21:00:11
Message-ID: 13710033080.20060405040011@inbox.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> writes:
>> For stream size of 16785346 it works fine.
>> It looks like sql query size limit, isn't it?
>
> There's no such limit hardwired into Postgres. I don't know anything
> about CBuilder or PostgresDAC, though, and wouldn't be surprised if one
> of them is creating the limitation.

Do you know, same error caused from 'pgAdminIII v1.4.1' and 'EMS Manager for
PostgreSql v3.4.0.1'?

pgAdmin:
1. I have inserted record with 16785346 bytes of bytea data.
2. Opened table and append additional 10 bytes in that record.
3. Tried to step on another record in the table (for posting data to
server) and got same error.

EMS:
1. Opened table and append new record.
2. Modified bytea field with file of 16785347 bytes (just char 0x62)
3. Pressed button to post record to server and got again same error.

BTW, same error caused with ZeosLib6.5.1-alpha CVS-Version as of
13-10-2005 in CBuilder application.

Where is the truth?

inner mailto:transto(at)inbox(dot)ru

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2006-04-04 21:23:20 Re: BYTEA: insert query max size
Previous Message Tom Lane 2006-04-04 20:03:48 Re: BYTEA: insert query max size