Unique constraints

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: <pgadmin-hackers(at)postgresql(dot)org>
Subject: Unique constraints
Date: 2003-05-02 15:27:55
Message-ID: 03AF4E498C591348A42FC93DEA9661B825A061@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Guys,

In PostgreSQL 7.2, unique constraints were just indexes. In 7.3 however,
it knows they are constraints and thus will not allow you to simply drop
the index.

Should we add an extra object type under pgTable to contain such indexes
or can anyone think of a better solution?

Regards, Dave.

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andreas Pflug 2003-05-02 15:46:33 pgadmin3 property pages design rules
Previous Message Andreas Pflug 2003-05-02 13:56:46 Re: pgAdmin III VACUUM Support...