Re: Avoiding "will create implicit index" NOTICE

From: Bryce Nesbitt <bryce2(at)obviously(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Avoiding "will create implicit index" NOTICE
Date: 2009-06-11 06:20:41
Message-ID: 4A30A239.8080700@obviously.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Bryce Nesbitt 2009-06-11 07:03:30 Re: Avoiding "will create implicit index" NOTICE
Previous Message Rob Sargent 2009-06-10 15:13:06 Re: setting the where clause