RE: [SQL] rename table - primary key index?

Поиск
Список
Период
Сортировка
От Jackson, DeJuan
Тема RE: [SQL] rename table - primary key index?
Дата
Msg-id F10BB1FAF801D111829B0060971D839F3E2D21@cpsmail
обсуждение исходный текст
Список pgsql-sql
> Shouldn't:
>  alter table xxx rename to yyy
> also adjust the index built as a side effect of 'primary key'
> in the create table operation?
As far as v6.3.2 is concerned a primary key definition is simply a
unique index.  After the table is created there is no method to
determine which index was declared using as primary key.
        -DEJ

>   Les Mikesell
>    les@mcs.com

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

Предыдущее
От: "Fidelis Assis"
Дата:
Сообщение: Resp: [SQL] Concatenation in selects
Следующее
От: "Jackson, DeJuan"
Дата:
Сообщение: RE: Resp: [SQL] Concatenation in selects