Re: [HACKERS] pg_migrator and making columns invisible

2009-06-02 Thread Bruce Momjian
Tom Lane wrote: > Bruce Momjian 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 column

Re: [HACKERS] pg_migrator and making columns invisible

2009-06-02 Thread Tom Lane
Bruce Momjian 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-g

Re: [HACKERS] pg_migrator and making columns invisible

2009-06-02 Thread Bruce Momjian
Bruce Momjian wrote: > 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-gra

[HACKERS] pg_migrator and making columns invisible

2009-06-02 Thread Bruce Momjian
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