INDEXes and UNIQUES and PRIMARY KEYS - Mailing list pgsql-general

From Chris Bitmead
Subject INDEXes and UNIQUES and PRIMARY KEYS
Date
Msg-id 37250ADE.F1705137@bigfoot.com
Whole thread Raw
In response to 9k limit?  ("Justin Long" <justinlong@strategicnetwork.org>)
List pgsql-general
If I have a UNIQUE or PRIMARY KEY clause on my class, does that create a
btree or hash index?

I guess if I have a UNIQUE constraint or PRIMARY KEY at class creation,
I don't have to create an index explicitely via CREATE INDEX ?

pgsql-general by date:

Previous
From: Jim Jennis
Date:
Subject: Re: [GENERAL] advice on buying sun hardware to run postgres
Next
From: Chris Bitmead
Date:
Subject: UNIQUE performance?