| From: | "Hiroshi Inoue" <Inoue(at)tpf(dot)co(dot)jp> |
|---|---|
| To: | "Carolyn Lu Wong" <carolyn(at)greatpacific(dot)com(dot)au> |
| Cc: | <pgsql-odbc(at)postgresql(dot)org> |
| Subject: | Re: Tuple is too big: size 524592 |
| Date: | 2001-11-30 22:49:20 |
| Message-ID: | EKEJJICOHDIEMGPNIFIJAEENGBAA.Inoue@tpf.co.jp |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-odbc |
> -----Original Message-----
> From: Carolyn Lu Wong [mailto:carolyn(at)greatpacific(dot)com(dot)au]
>
> 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.
I'm afraid of a table corruption.
Doesn't select * from table1(tmp_table) where ... return a
strange result ?
regards,
Hiroshi Inoue
>
> 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Медер Бакиров | 2001-12-01 16:57:57 | Driver issue: outdated! |
| Previous Message | Carolyn Lu Wong | 2001-11-30 07:38:30 | Re: Tuple is too big: size 524592 |