Re: pg_dump and using schema problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
Cc: Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_dump and using schema problem
Date: 2005-05-18 19:36:32
Message-ID: 24272.1116444992@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Oleg Bartunov <oleg(at)sai(dot)msu(dot)su> writes:
> any problem in restore. Unfortunately, pg_dump explicitly defines
> search path to 'public, pg_catalog' and any objects from 'contrib' schema
> doesn't seen, which cause many errors, for example, table uses type tsvector,
> which defined in tsearch2 module, so that table doesn't created.

Can you give a more specific example? Anything not in the search path
should be explicitly schema-qualified in pg_dump's output. If it isn't,
that's a bug.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ed L. 2005-05-18 20:10:50 Image storage questions
Previous Message Oleg Bartunov 2005-05-18 18:34:00 pg_dump and using schema problem