unique ID across all columns

Поиск
Список
Период
Сортировка
От Felix Kater
Тема unique ID across all columns
Дата
Msg-id 20070417144826.c27c9794.fkater@googlemail.com
обсуждение исходный текст
Ответы Re: unique ID across all columns
Список pgsql-general
Hi,

I need a unique ID across all columns I create. Is it o.k. to
achive this by combining pg_attribute.attnum of a column together with
the OID of the table the column is in?

While the table's OID should be unique according to the manual, I have
found no hints about the uniqueness of attnum -- I removed and added
some columns and it seems that already used values are not used again.

Felix

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

Предыдущее
От: Palle Girgensohn
Дата:
Сообщение: Re: pg_restore "out of memory" - big problem :(
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: unique ID across all columns