Dump/restore indexes and functions in public schema

From: marian krucina <marian(dot)krucina(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Dump/restore indexes and functions in public schema
Date: 2012-10-08 22:21:27
Message-ID: CAP-0x-r26-MrQ_nhCxNcCm8WOkT5GGgqEPc9oYA66L6tEMbMTA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

pg_upgrade failed on own server, because we used functions from public
schema in index. We install common functions (e.g. postgresql contrib)
to public schema. Tables and indexes are in another schema, and names
of functions without a schema name.
Can I do pg_upgrade (or pg_restore) with the indexes?
What is the best practice?

In documentation is: Users can then refer to these additional objects
by qualifying the names with a schema name, or they can put the
additional schemas into their search path, as they choose.

thank you
marian

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Modumudi, Sireesha 2012-10-08 23:22:25 How do i know if a vacuum is running?
Previous Message Yvon Thoraval 2012-10-08 22:21:14 Re: [Mac OS X Mountain Lion] FATAL: could not create shared memory segment: Cannot allocate memory