Re: pg_migrator and an 8.3-compatible tsvector data type

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: pg_migrator and an 8.3-compatible tsvector data type
Дата
Msg-id 200905301730.n4UHUT400584@momjian.us
обсуждение исходный текст
Ответ на Re: pg_migrator and an 8.3-compatible tsvector data type  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Bruce Momjian wrote:
> Tom Lane wrote:
> > Bruce Momjian <bruce@momjian.us> writes:
> > > I have discovered a simpler solution using ALTER TABLE and calling a
> > > conversion function:
> > 
> > >     test=> CREATE TABLE tsvector_test(x tsvector);
> > >     CREATE TABLE
> > >     test=> ALTER TABLE tsvector_test ALTER COLUMN x TYPE tsvector 
> > >     test-> USING conversion_func(x);
> > >     ALTER TABLE
> > 
> > > No need for a fake data type and the required index infrastructure.
> > 
> > I think this is basically a large-caliber foot gun.  You're going to

Uh, isn't pg_migrator itself a large-caliber foot gun?  No need to call
just part of it a foot gun.  ;-)

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_migrator and an 8.3-compatible tsvector data type
Следующее
От: Bernd Helmle
Дата:
Сообщение: Re: bytea vs. pg_dump