Tuple is too big: size 524592

From: Carolyn Lu Wong <carolyn(at)greatpacific(dot)com(dot)au>
To: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Tuple is too big: size 524592
Date: 2001-11-29 06:48:48
Message-ID: 3C05DA50.CF8C7EF@greatpacific.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

I'm using VB5 connecting to PostgreSQL via PsqlODBC V6.50.

When running the following sQL, got above ODBC failed error:

insert into tmp_table
select oid, * from table1
where ....;

What could be the problem?

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2001-11-29 07:54:02 Re: Tuple is too big: size 524592
Previous Message Hiroshi Inoue 2001-11-29 04:12:45 Re: Confusion