Re: Had to drop some table columns, managed to annoy MS - Mailing list pgsql-novice

From Cheryl Thompson
Subject Re: Had to drop some table columns, managed to annoy MS
Date
Msg-id A459454B7510D611AAAC0008C716CA10036D1D97@BIGGUY
Whole thread Raw
Responses Re: Had to drop some table columns, managed to annoy MS  (Josh Berkus <josh@agliodbs.com>)
Re: Had to drop some table columns, managed to annoy MS  (Lex Berezhny <LBerezhny@DevIS.com>)
List pgsql-novice
Is there a way to copy/export the DB (or it's tables) to another DB and dump
all this stuff that's causing the problems? In particular, in the past I
have exported the entirety of a database into a flat file and imported it
into a "clean" version. Admittedly, it's been a while and that was for an
app using DB2 which didn't have a lot of built in tools, but the theory
applies...

B/c building an ODBC driver is WAYYYY beyond 1)my skills and 2)the project
timescale on this. I need to have this particular issue fixed tomorrow
morning; if rebuilding the DB is the quickest way, I will do that, but I was
hoping for a quicker (and less destructive) work around...

Cheryl

-----Original Message-----
From: Tom Lane [mailto:tgl@sss.pgh.pa.us]

Cheryl Thompson <cthompso@ci.irving.tx.us> writes:
> All my installs and drivers are the newest official releases that were
> available as of Dec 29, 2002. (IE 2 weeks ago)...

I looked at the psqlodbc CVS logs, and this was claimed to be fixed on 6
Dec --- but apparently there hasn't been a release put out since 29 Nov.
I'd suggest pestering the ODBC guys for a new release (pgsql-odbc
mailing list is probably a good place).  Or pull the CVS-tip sources and
build it yourself.

-----Original Message-----
From: Tom Lane [mailto:tgl@sss.pgh.pa.us]

Cheryl Thompson <cthompso@ci.irving.tx.us> writes:
> I'm getting the following:
> '..............pg.dropped.8........................' is not a valid name.

Are you using an up-to-date ODBC driver?  It looks like the one you have
is not aware of the attisdropped column in pg_attribute ...



pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: Had to drop some table columns, managed to annoy MS
Next
From: "Juliet May"
Date:
Subject: Re: Had to drop some table columns, managed to annoy MS