From: | Cheryl Thompson <cthompso(at)ci(dot)irving(dot)tx(dot)us> |
---|---|
To: | "'pgsql-novice(at)postgresql(dot)org'" <pgsql-novice(at)postgresql(dot)org> |
Cc: | 'Tom Lane' <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Subject: | Re: Had to drop some table columns, managed to annoy MS |
Date: | 2003-01-13 23:04:35 |
Message-ID: | A459454B7510D611AAAC0008C716CA10036D1D97@BIGGUY |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)sss(dot)pgh(dot)pa(dot)us]
Cheryl Thompson <cthompso(at)ci(dot)irving(dot)tx(dot)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(at)sss(dot)pgh(dot)pa(dot)us]
Cheryl Thompson <cthompso(at)ci(dot)irving(dot)tx(dot)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 ...
From | Date | Subject | |
---|---|---|---|
Next Message | Lex Berezhny | 2003-01-13 23:12:31 | Re: Had to drop some table columns, managed to annoy MS |
Previous Message | Tom Lane | 2003-01-13 22:39:38 | Re: Had to drop some table columns, managed to annoy MS |