Re: phppgadmin, pkey's and indexes

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: phppgadmin, pkey's and indexes
Дата
Msg-id 20031228235312.A7505@quality.qadas.com
обсуждение исходный текст
Ответ на phppgadmin, pkey's and indexes  (CSN <cool_screen_name90001@yahoo.com>)
Ответы Re: phppgadmin, pkey's and indexes
Список pgsql-general
On Sun, Dec 28, 2003 at 10:42:32PM -0800, CSN wrote:
> In phppgadmin, primary keys are added/shown under
> "constraints". Does creating a primary key
> automatically create an index? No indexes are listed
> under phppgadmin's indexes page, but "\d table" in
> psql shows indexes for primary keys.

From the documentation for CREATE TABLE:

"PostgreSQL automatically creates an index for each unique constraint
and primary key constraint to enforce the uniqueness.  Thus, it is not
necessary to create an explicit index for primary key columns."

http://www.postgresql.org/docs/current/static/sql-createtable.html

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

В списке pgsql-general по дате отправления:

Предыдущее
От: CSN
Дата:
Сообщение: phppgadmin, pkey's and indexes
Следующее
От: Tom Lane
Дата:
Сообщение: Re: phppgadmin, pkey's and indexes