pg_dump and tsearch2

Поиск
Список
Период
Сортировка
От Michal Hlavac
Тема pg_dump and tsearch2
Дата
Msg-id 40C41C4A.30201@medium13.sk
обсуждение исходный текст
Ответы Re: pg_dump and tsearch2  (Teodor Sigaev <teodor@sigaev.ru>)
Список pgsql-general
Hellou,

when I use
pg_dump database > dump.dat
on database with tsearch2 and then
psql database < dump.dat - this command fails, because in dump.dat is
declaration of tsearch2 procedures and types after main schema, which is
using tsearch2.

is this patch for this??
http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/regprocedure_7.4.patch.gz

How Can I use this patch on cygwin???

thank you, hlavki



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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: Need more speed for this query :)
Следующее
От: Rajesh Kumar Mallah
Дата:
Сообщение: Tsearch case sensitive with dotted search terms.