Re: OIDs

Поиск
Список
Период
Сортировка
От Terry Lee Tucker
Тема Re: OIDs
Дата
Msg-id 200505021719.24945.terry@esc1.com
обсуждение исходный текст
Ответ на OIDs  ("Keith Worthington" <keithw@narrowpathinc.com>)
Список pgsql-novice
From the psql interface:

rnd=# \h alter table
ALTER TABLE [ ONLY ] name [ * ]
    SET WITHOUT OIDS

On Monday 02 May 2005 05:09 pm, Keith Worthington saith:
> Hi All,
>
> Is it possible to change a table from 'WITH OIDS' to 'WITHOUT OIDS' and
> vice versa or must I DROP TABLE and CREATE TABLE using the desired
> attributes?
>
> Kind Regards,
> Keith
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
>                http://archives.postgresql.org


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

Предыдущее
От: Frank Bax
Дата:
Сообщение: Re: OIDs
Следующее
От: Ennio-Sr
Дата:
Сообщение: psql not warning while creating a wrong function?