Re: Avoiding "will create implicit index" NOTICE - Mailing list pgsql-sql

From Bryce Nesbitt
Subject Re: Avoiding "will create implicit index" NOTICE
Date
Msg-id 4A30A239.8080700@obviously.com
Whole thread Raw
In response to Avoiding "will create implicit index" NOTICE  (Bryce Nesbitt <bryce2@obviously.com>)
Responses Re: Avoiding "will create implicit index" NOTICE  (Bryce Nesbitt <bryce2@obviously.com>)
List pgsql-sql
Thanks, that's good.

Rob Sargent wrote:
> create table junk_six (foo int)
> create unique index junk_six_id on junk_six(foo)


pgsql-sql by date:

Previous
From: Rob Sargent
Date:
Subject: Re: setting the where clause
Next
From: Bryce Nesbitt
Date:
Subject: Re: Avoiding "will create implicit index" NOTICE