Re: pg_class.relistemp

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: pg_class.relistemp
Дата
Msg-id 201107131914.p6DJEpQ03969@momjian.us
обсуждение исходный текст
Ответ на pg_class.relistemp  ("David E. Wheeler" <david@kineticode.com>)
Ответы Re: pg_class.relistemp
Список pgsql-hackers
David E. Wheeler wrote:
> Hackers,
> 
> With regard to this change:
> 
>   http://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=5f7b58fad8f45c69bb67944779dce67e2f481995
> 
> I'm wondering if it would be possible to restore the relistemp column
> to pg_class, at least for backwards compatibility, so that apps that
> expected it can continue to work on both 9.0 and 9.1. Even if it's
> read-only somehow, and the same as `relpersistence <> 't'`.

Uh, that is going to require an initdb, and it is unlinkely we are going
to need that this far into 9.1 beta.  Also, we don't normally keep
system table columns around for backward compatibility because of the
confusion it can cause, e.g. which column do I look at?

-- Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + It's impossible for everything to be true. +


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Tweaking the planner's heuristics for small/empty tables
Следующее
От: "David E. Wheeler"
Дата:
Сообщение: Re: pg_class.relistemp