Re: primary/secondary index, difference

From: "Richard Huxton" <dev(at)archonet(dot)com>
To: <zilch(at)home(dot)se>, "-" <pgsql-general(at)postgresql(dot)org>
Subject: Re: primary/secondary index, difference
Date: 2001-06-18 14:34:27
Message-ID: 004801c0f806$baad84c0$1001a8c0@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

From: <zilch(at)home(dot)se>

> Why I ask is becuase the PostgreSQL documentation mentions "secondary
index"
> somewhere.
>
> I am sure about it but don't know where.

IIRC the term is used with dbf-style database files.

You might be getting mixed up with primary/secondary keys, which uniquely
refer to a specific row in a table. A primary key would be enforced by using
a UNIQUE index, and serials are commonly used for primary keys where nothing
else is an obvious candidate.

Run a search on the web - there's bound to a primer on relational concepts
like this, or failing that any book on the theory of RDBMS will cover it.

- Richard Huxton

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2001-06-18 14:55:32 Re: Can you tell me the time?
Previous Message Juan Manuel Sende 2001-06-18 13:43:36 Can you tell me the time?