Re: [HACKERS] Happy column dropping

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Happy column dropping
Дата
Msg-id 200001250435.XAA25125@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Happy column dropping  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [HACKERS] Happy column dropping  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> The debugging and administrative convenience of using table names as
> filenames is exactly why we've resisted this for so long.  But I am
> starting to think that we have to give that up.  It's nice, but
> having robust DDL commands is nicer.

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.

--  Bruce Momjian                        |  http://www.op.net/~candle pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Chairudin Sentosa Harjo
Дата:
Сообщение: Cannot flush block 9782
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Happy column dropping