| From: | Michael Davis <michael(dot)davis(at)prevuenet(dot)com> |
|---|---|
| To: | pgsql-interfaces(at)postgreSQL(dot)org |
| Subject: | RE: [INTERFACES] DefineIndex fails |
| Date: | 1999-03-12 22:08:18 |
| Message-ID: | 93C04F1F5173D211A27900105AA8FCFC14527B@lambic.prevuenet.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-interfaces |
The spelling and/or case of the table name used in the create index
statement. Make sure the table exists in your Postgres database.
-----Original Message-----
From: Nicholas Boretos [SMTP:nicolasb(at)maich(dot)gr]
Sent: Friday, March 12, 1999 1:52 PM
To: pgsql-interfaces(at)postgreSQL(dot)org
Subject: [INTERFACES] DefineIndex fails
Hello,
Managed to figure out my read-only problem using ODBC with Access,
and import tables with data. Trying to recreate the keys with
CREATE UNIQUE INDEX idx ON table (field)
fails with DefineIndex: table relation not found.
Any clues?
tia,
Nicolas Boretos
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Brian Eldridge | 1999-03-13 01:40:23 | follow up on libpq problem |
| Previous Message | Henk Jan Barendregt | 1999-03-12 21:22:08 | pgsql ODBC and ApplixData |