Обсуждение: Re: [GENERAL] Drop column and Access

Поиск
Список
Период
Сортировка

Re: [GENERAL] Drop column and Access

От
"Dave Page"
Дата:

> -----Original Message-----
> From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
> Sent: 05 December 2002 14:24
> To: Hiroshi Inoue
> Cc: pgsql-general@postgresql.org; pgsql-odbc@postgresql.org
> Subject: Re: [ODBC] [GENERAL] Drop column and Access
>
>
> Hiroshi Inoue <Inoue@tpf.co.jp> writes:
> > Tom Lane wrote:
> >> Sounds like psqlODBC may not yet know it's supposed to ignore
> >> pg_attribute entries with attisdropped true.
>
> > Hmm isn't it your responsibility to change the code ?
>
> Well, perhaps so, but I have no ability to test ODBC, and
> it's not even in the PG CVS tree anymore, so I have no
> ability to make the change anyway.

I've just committed a fix for this problem. Tested with Access XP.

Regards, Dave.

Re: [GENERAL] Drop column and Access

От
"Hiroshi Inoue"
Дата:
> -----Original Message-----
> From: Dave Page [mailto:dpage@vale-housing.co.uk]
>
> > -----Original Message-----
> > From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
> >
> > Hiroshi Inoue <Inoue@tpf.co.jp> writes:
> > > Tom Lane wrote:
> > >> Sounds like psqlODBC may not yet know it's supposed to ignore
> > >> pg_attribute entries with attisdropped true.
> >
> > > Hmm isn't it your responsibility to change the code ?
> >
> > Well, perhaps so, but I have no ability to test ODBC, and
> > it's not even in the PG CVS tree anymore, so I have no
> > ability to make the change anyway.
>
> I've just committed a fix for this problem. Tested with Access XP.

Thanks.

regards,
Hiroshi Inoue