Re: pg_dump and tsearch2

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: Michal Hlavac <hlavki(at)medium13(dot)sk>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_dump and tsearch2
Date: 2004-06-07 09:28:34
Message-ID: 40C43542.2030405@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Yes, it's possible.

Michal Hlavac wrote:
> 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
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
> joining column's datatypes do not match

--
Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Karel Zak 2004-06-07 09:31:31 Re: Turn off "money" formatting?
Previous Message Gaetano Mendola 2004-06-07 09:09:09 Re: [HACKERS] CREATE DATABASE on the heap with PostgreSQL?