Re: cluster index on primary key

Поиск
Список
Период
Сортировка
От Rodrigo De León
Тема Re: cluster index on primary key
Дата
Msg-id a55915760706110744t7eaeaad0w4556a56881109ae2@mail.gmail.com
обсуждение исходный текст
Ответ на cluster index on primary key  ("Sabin Coanda" <sabin.coanda@deuromedia.ro>)
Список pgsql-sql
On 6/11/07, Sabin Coanda <sabin.coanda@deuromedia.ro> wrote:
> I'd like to know when I create a primary key on a table, does postgres will
> create automatically an index on that table related to the primary key
> columns, or I have to create it explicitly ?

From http://www.postgresql.org/docs/8.2/static/indexes-unique.html :

"PostgreSQL automatically creates a unique index when a unique
constraint or a primary key is defined for a table. The index covers
the columns that make up the primary key or unique columns (a
multicolumn index, if appropriate), and is the mechanism that enforces
the constraint."


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

Предыдущее
От: "Sabin Coanda"
Дата:
Сообщение: cluster index on primary key
Следующее
От: "LITTLE Nelson"
Дата:
Сообщение: Using INET types in prepared statements