Re: [HACKERS] Happy column dropping

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Happy column dropping
Дата
Msg-id 11843.948775588@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Happy column dropping  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: [HACKERS] Happy column dropping  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Because you want to have multiple versions of a table with the same name
> and table oid.  We don't have to have the oid equal the oid of the
> table.  Just use any oid to append to the table name for versioning.

That'd do for versioning, but what about a plain table-renaming
operation?  We aren't making a new file in that case, and we still
want to avoid rename().
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Happy column dropping
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: [HACKERS] fatal copy in/out error (6.5.3)