Re: Problem with pg_convert from 8.4 -> 9.0

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problem with pg_convert from 8.4 -> 9.0
Дата
Msg-id 15851.1285128317@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Problem with pg_convert from 8.4 -> 9.0  (Karl Denninger <karl@denninger.net>)
Список pgsql-general
Karl Denninger <karl@denninger.net> writes:
> $ more tables_using_reg.txt
> Database:  marketticker
>   public.pg_ts_dict.dict_init
>   public.pg_ts_dict.dict_lexize
>   public.pg_ts_parser.prs_start
>   public.pg_ts_parser.prs_nexttoken
>   public.pg_ts_parser.prs_end
>   public.pg_ts_parser.prs_headline
>   public.pg_ts_parser.prs_lextype
> Database:  ticker
>   public.pg_ts_dict.dict_init
>   public.pg_ts_dict.dict_lexize
>   public.pg_ts_parser.prs_start
>   public.pg_ts_parser.prs_nexttoken
>   public.pg_ts_parser.prs_end
>   public.pg_ts_parser.prs_headline
>   public.pg_ts_parser.prs_lextype
> $

Actually you should be able to just drop and forget those tables.
They appear to be carry-forwards from a pre-8.3 installation of
contrib/tsearch2.  If so, they don't do anything useful anymore.
(Read the manual's section about migrating from pre-8.3 tsearch.)

> These two databases use the full-text "Tsearch2" module.....  I can't
> remove these tables either; they're marked "system" and even as a
> superuser removing them is not permitted.

Possibly you tried to remove the similarly-named system catalogs
(in pg_catalog)?

            regards, tom lane

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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: versioned pl/pgsql functions
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Reclaiming space