pg_dump and tsearch2

From: Michal Hlavac <hlavki(at)medium13(dot)sk>
To: pgsql-general(at)postgresql(dot)org
Subject: pg_dump and tsearch2
Date: 2004-06-07 07:42:02
Message-ID: 40C41C4A.30201@medium13.sk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rajesh Kumar Mallah 2004-06-07 07:58:22 Tsearch case sensitive with dotted search terms.
Previous Message Bruno Wolff III 2004-06-07 04:51:48 Re: Need more speed for this query :)