Re: pg_dump and tsearch2

Поиск
Список
Период
Сортировка
От Michal Hlavac
Тема Re: pg_dump and tsearch2
Дата
Msg-id 40C4395F.1040602@medium13.sk
обсуждение исходный текст
Ответ на Re: pg_dump and tsearch2  (Teodor Sigaev <teodor@sigaev.ru>)
Ответы Re: pg_dump and tsearch2  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
sorry for my strictness. My problem is with type tsvector.

I have table in my schema with column of tsvector type. During importing
  dump.dat (with psql database < dump.dat) postgresql returns:
ERROR:  type "tsvector" does not exist

It is because declaration of tsvector is after declaration of table with
tsvector column...

That patch is for procefures... Or there is some other problems...
I am using 7.4.2 on cygwin.

thanks, hlavki


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

Предыдущее
От: Karel Zak
Дата:
Сообщение: Re: Turn off "money" formatting?
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Backup and Restore of PostgreSQL