Thread: RE: [INTERFACES] DefineIndex fails

RE: [INTERFACES] DefineIndex fails

From
Michael Davis
Date:
I have no idea what to check next.

    -----Original Message-----
    From:    Nicholas Boretos [SMTP:nicolasb@maich.gr]
    Sent:    Saturday, March 13, 1999 3:13 AM
    To:    Michael Davis; pgsql-interfaces@postgreSQL.org
    Subject:    R: [INTERFACES] DefineIndex fails

    Thank you,
    The spelling is correct and the tables exist; just checked again.
Anything
    else I should check?
    Sincerely,
    Nicolas Boretos
    -----Messaggio originale-----
    Da: Michael Davis <michael.davis@prevuenet.com>
    A: pgsql-interfaces@postgreSQL.org <pgsql-interfaces@postgreSQL.org>
    Data: venerdì 12 marzo 1999 22.46
    Oggetto: RE: [INTERFACES] DefineIndex fails


    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@maich.gr]
    Sent: Friday, March 12, 1999 1:52 PM
    To: pgsql-interfaces@postgreSQL.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




Re: [INTERFACES] DefineIndex fails

From
Ben Gunter
Date:
Ben Gunter wrote:

This may sound like an assinine suggestion, but stranger things have
happened...  Are you sure you're connecting to database you think you're
connecting to?  Are you typing this in at the psql prompt or doing it
some other way?  Can you show us a pg_dump of the database schema?

-Ben

Michael Davis wrote:
>
> I have no idea what to check next.
>
>         -----Original Message-----
>         From:   Nicholas Boretos [SMTP:nicolasb@maich.gr]
>         Sent:   Saturday, March 13, 1999 3:13 AM
>         To:     Michael Davis; pgsql-interfaces@postgreSQL.org
>         Subject:        R: [INTERFACES] DefineIndex fails
>
>         Thank you,
>         The spelling is correct and the tables exist; just checked again.
> Anything
>         else I should check?
>         Sincerely,
>         Nicolas Boretos
>         -----Messaggio originale-----
>         Da: Michael Davis <michael.davis@prevuenet.com>
>         A: pgsql-interfaces@postgreSQL.org <pgsql-interfaces@postgreSQL.org>
>         Data: venerdì 12 marzo 1999 22.46
>         Oggetto: RE: [INTERFACES] DefineIndex fails
>
>         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@maich.gr]
>         Sent: Friday, March 12, 1999 1:52 PM
>         To: pgsql-interfaces@postgreSQL.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
>
>