Re: *****SPAM***** Index question - Mailing list pgsql-general

From Scott Ribe
Subject Re: *****SPAM***** Index question
Date
Msg-id 77D982C8-438B-4C10-8560-0F33E33175A6@elevated-dev.com
Whole thread Raw
In response to Index question  (Michael Black <michaelblack75052@hotmail.com>)
List 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
simpleindex 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@elevated-dev.com
http://www.elevated-dev.com/
(303) 722-0567 voice





pgsql-general by date:

Previous
From: Michael Black
Date:
Subject: Index question
Next
From: Andrew Sullivan
Date:
Subject: Re: Index question