dblink causing import errors - Mailing list pgsql-general

From Christoph Zwerschke
Subject dblink causing import errors
Date
Msg-id 4FE97A0E.5010507@online.de
Whole thread Raw
Responses Re: dblink causing import errors
Re: dblink causing import errors
List pgsql-general
Our developers like the dblink modules, so I have installed it into the
template1 database. They also like to import old database dumps after
creating new databases with dbcreate. But then they get irritated by the
error messages saying that the dblink functions already exist, because
these functions are in the old dumps, but dbcreate already copied them
from the template1 database. Also, some scripts which copy databases
break or create unnecessary error messages because of that. Are there
any best practices when using dblink to avoid these issues?

-- Christoph

pgsql-general by date:

Previous
From: Vlad Arkhipov
Date:
Subject: txid and current_timestamp
Next
From: Alban Hertroys
Date:
Subject: Re: dblink causing import errors