Re: Should duplicate indexes on same column and same - Mailing list pgsql-admin

From Tom Lane
Subject Re: Should duplicate indexes on same column and same
Date
Msg-id 13302.1166054153@sss.pgh.pa.us
Whole thread Raw
In response to Re: Should duplicate indexes on same column and same  ("Joshua D. Drake" <jd@commandprompt.com>)
Responses Re: Should duplicate indexes on same column and same
List pgsql-admin
"Joshua D. Drake" <jd@commandprompt.com> writes:
>> The cost of preventing every stupid database use is too high.

> Although a notice that says:
> NOTICE: CREATE DUPLICATE INDEX y on test (col1);
> Probably isn't out of order.

You're omitting the (probably) several pages of C code that would be
needed to detect whether the index is really a duplicate or not.

            regards, tom lane

pgsql-admin by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: Should duplicate indexes on same column and same
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Should duplicate indexes on same column and same