Re: pg_migrator and making columns invisible

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_migrator and making columns invisible
Дата
Msg-id 11718.1243952948@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_migrator and making columns invisible  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: pg_migrator and making columns invisible  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> pg_migrator requies tables using tsvector data types to be rebuilt, and
> there has been discussion of how to prevent people from accessing those
> columns before they are rebuilt.  We discussed renaming the tables
> (affects all columns) or columns, using rules (not fine-grained enough),
> or using column permissions (doesn't affect super-users).

> My new idea is to mark the column as "dropped" and unmark them before
> rebuilding the table.  That might be the best I can do.  Comments?

You're expending a lot of work on solving the wrong problem.  The right
solution is a temporary data type.
        regards, tom lane


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

Предыдущее
От: "Markus Wanner"
Дата:
Сообщение: Re: PostgreSQL Developer meeting minutes up
Следующее
От: Jeremy Kerr
Дата:
Сообщение: Re: [RFC,PATCH] SIGPIPE masking in local socket connections