Re: pg_dump and tsearch2

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Albretch 2004-06-07 10:34:58 Re: CREATE DATABASE on the heap with PostgreSQL?
Previous Message Karel Zak 2004-06-07 09:31:31 Re: Turn off "money" formatting?