From: | Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp> |
---|---|
To: | Dave Page <dpage(at)vale-housing(dot)co(dot)uk> |
Cc: | pgsql-odbc(at)postgresql(dot)org, "'pgadmin-hackers(at)postgresql(dot)org'" <pgadmin-hackers(at)postgresql(dot)org> |
Subject: | Re: [ODBC] New driver options in 7.01.0007 |
Date: | 2001-09-24 07:48:16 |
Message-ID: | 3BAEE540.69318927@tpf.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers pgsql-odbc |
Dave Page wrote:
>
> > -----Original Message-----
> > From: Hiroshi Inoue [mailto:Inoue(at)tpf(dot)co(dot)jp]
> > Sent: 24 September 2001 01:48
> > To: Johann Zuschlag
> > Cc: pgsql-odbc(at)postgresql(dot)org
> > Subject: Re: [ODBC] New driver options in 7.01.0007
> >
> >
> > My work about updatable cursors may lose the
> > meaing by a backend's change. My plan depends
> > on the combination of TID and OID but OIDs would
> > be optional in 7.2.
>
> What?? OIDs optional?? That will *seriously* break pgAdmin at first thought.
> If anyone can give more info on this it would be appreciated as I can't seem
> to get to the list archives at the moment.
The following system tables don't have OIDs.
relname | relhasoids
----------------+------------
pg_attribute | f
pg_group | f
pg_inherits | f
pg_index | f
pg_amop | f
pg_amproc | f
pg_largeobject | f
pg_listener | f
pg_shadow | f
pg_attrdef | f
pg_description | f
pg_relcheck | f
pg_statistic | f
(13 rows)
regards,
Hiroshi Inoue
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2001-09-24 07:53:06 | Re: [ODBC] New driver options in 7.01.0007 |
Previous Message | Dave Page | 2001-09-24 07:39:25 | Re: [ODBC] New driver options in 7.01.0007 |
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2001-09-24 07:53:06 | Re: [ODBC] New driver options in 7.01.0007 |
Previous Message | Dave Page | 2001-09-24 07:39:25 | Re: [ODBC] New driver options in 7.01.0007 |