Re: Drop column and Access - Mailing list pgsql-general

From Tom Lane
Subject Re: Drop column and Access
Date
Msg-id 14624.1039018778@sss.pgh.pa.us
Whole thread Raw
In response to Drop column and Access  (Adrian Klaver <aklaver@attbi.com>)
List pgsql-general
Adrian Klaver <aklaver@attbi.com> writes:
> Programs used -Postgres 7.3,SuSE 7.2,psqlODBC 7.02.00.04,Access95,97,Win95,98.
> I have a Postgres database running on a Linux server. I dropped a column on
> one of the tables. When I tried to relink the table in Access it complained
> it couldn't find the table because of a naming violation.

Sounds like psqlODBC may not yet know it's supposed to ignore pg_attribute
entries with attisdropped true.

            regards, tom lane

pgsql-general by date:

Previous
From: Felipe Schnack
Date:
Subject: Re: Efficient Boolean Storage
Next
From: "Ron St.Pierre"
Date:
Subject: Re: Create Timestamp From Date and Time AGAIN (REPOST)