pg_restore ignore existing function

From: "Thomas T(dot) Thai" <tom(at)minnesota(dot)com>
To: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: pg_restore ignore existing function
Date: 2002-03-03 07:53:48
Message-ID: Pine.NEB.4.43.0203030151030.1150-100000@ns01.minnesota.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

is it possible to tell pg_restore to skip errors where there are existing
functions in a db that it's trying to recreate? currently it just bombs
out if there are already same existing functions.

the reason i ask is cause pg_restore can't recreate the custom opclass
functions (like those used in tsearch) so i want to load it into the db
before doing a pg_restore.

--
Thomas T. Thai
Minnesota.com, Inc.

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2002-03-03 11:06:14 Re: Maximum size of identifiers names ?
Previous Message fhallais 2002-03-03 07:18:18 Maximum size of identifiers names ?