Re: Some newbie question

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: Some newbie question
Дата
Msg-id 1161303965.8476.35.camel@dogma.v10.wvs
обсуждение исходный текст
Ответ на Re: Some newbie question  (Ritesh Nadhani <riteshn@gmail.com>)
Список pgsql-general
On Thu, 2006-10-19 at 19:05 -0500, Ritesh Nadhani wrote:
> Thanks.
>
> So the implicit value means that PG gave it a name?
>

Right, when you declare a column to be a primary key, PostgreSQL must
create an index to enforce the unique constraint. This index must have
some kind of name, so PostgreSQL makes up a name, and the NOTICE is just
to let you know the name of the index that it's creating.

Regards,
    Jeff Davis


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: VACUUM and open transactions
Следующее
От: "John D. Burger"
Дата:
Сообщение: SQL function inlining