Re: Table both does not and does exist! wth? - Mailing list pgsql-general

From Tom Lane
Subject Re: Table both does not and does exist! wth?
Date
Msg-id 1310.1292604458@sss.pgh.pa.us
Whole thread Raw
In response to Re: Table both does not and does exist! wth?  ("Greg Sabino Mullane" <greg@turnstep.com>)
List pgsql-general
"Greg Sabino Mullane" <greg@turnstep.com> writes:
> This seems to indicate it's the xtmp_changed_ids INDEX that
> already exists, not the xtmp_changed_ids TABLE.

Oh, of course: he's got this:

CREATE TABLE xtmp_changed_ids
    ...
    CONSTRAINT xtmp_changed_ids PRIMARY KEY (seq_all)

so he's trying to force the pkey index to have the same name as the
table.  Doesn't work.

            regards, tom lane

pgsql-general by date:

Previous
From: Melvin Davidson
Date:
Subject: Re: Table both does not and does exist! wth?
Next
From: Bill Moran
Date:
Subject: Re: DB files, sizes and cleanup