Re: how to add oids field

Поиск
Список
Период
Сортировка
От Adam Radlowski
Тема Re: how to add oids field
Дата
Msg-id 45FAA0B7.9000308@informatyka.gdansk.pl
обсуждение исходный текст
Ответ на how to add oids field  ("gunartha.nyoman" <gunartha.nyoman@ptjas.co.id>)
Ответы Re: how to add oids field  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-admin
gunartha.nyoman napisał(a):
> hi,
>
> I am new comer in this millis...
> i have a poblem, how to add a field/column in existing table without oids.
> if i create new table i can add field oids
>
> Thank alot before
>
> regrads
> Nyoman/bali
>
So - create a new table with this same structure, but with oids, copy
all records into new table. Retrive all the information about the old
table (keys, indexes, triggers, etc.). Delete old table, rename new
table to old name, create all needed indexes, keys, triggers,etc.
bregards
Adam


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

Предыдущее
От: "Shoaib Mir"
Дата:
Сообщение: Re: pl/pgsql function spikes CPU 100%
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: how to add oids field