Re: [ADMIN] Unique constraint and index-combination feature in 8.1

2006-06-21 Thread Aaron Bono
Are you saying you want to create a unique constraint across the indexes of 2 or more columns rather than across the columns themselves?-AaronOn 6/20/06, ow <[EMAIL PROTECTED]> wrote: Hi,Is it somehow possible to create a UNIQUE constraint that relies on non-uniqueONE-column indexes and uses index

Re: [ADMIN] Unique constraint and index-combination feature in 8.1

2006-06-20 Thread Bruno Wolff III
On Tue, Jun 20, 2006 at 03:40:37 -0700, ow <[EMAIL PROTECTED]> wrote: > > Hi, > > Is it somehow possible to create a UNIQUE constraint that relies on non-unique > ONE-column indexes and uses index-combination feature in 8.1 ? > > The alternative, which we use now, is to create a unique MULTI-c