Re: *****SPAM***** Index question

From: Scott Ribe <scott_ribe(at)elevated-dev(dot)com>
To: Michael Black <michaelblack75052(at)hotmail(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: *****SPAM***** Index question
Date: 2011-03-02 18:40:27
Message-ID: 77D982C8-438B-4C10-8560-0F33E33175A6@elevated-dev.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mar 2, 2011, at 11:31 AM, Michael Black wrote:

> Ok. I have been working with databases a few years but my first real venture in to PostgreSql. I just want a plain simple index regardless if there are duplicates or not. How do I accomplish this in PostgreSql?

Same as any other SQL database: create index foobaridx on foo(bar)...

--
Scott Ribe
scott_ribe(at)elevated-dev(dot)com
http://www.elevated-dev.com/
(303) 722-0567 voice

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2011-03-02 18:45:36 Re: Index question
Previous Message Michael Black 2011-03-02 18:31:57 Index question