Re: 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>
Cc: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
Subject: Re: Tuple is too big: size 524592
Date: 2001-11-30 07:38:30
Message-ID: 3C073776.9E39FAE2@greatpacific.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

I get the same error when running in the sql. And when try to delete
data from tmp_table, get ERROR: ExecutePlan: (junk) `ctid' is NULL.

Hiroshi Inoue wrote:
>
> Carolyn Lu Wong wrote:
> >
> > 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 ....;
>
> Is it an ODBC's problem ?
> How is the result when you call the above query
> in psql ?
>
> regards,
> Hiroshi Inoue

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2001-11-30 22:49:20 Re: Tuple is too big: size 524592
Previous Message Hiroshi Inoue 2001-11-29 23:53:26 Re: connect error