Re: erroneous restore into pg_catalog schema
Andres Freund <andres@2ndquadrant.com>
From: Andres Freund <andres@2ndquadrant.com>
To: Dimitri Fontaine <dimitri@2ndQuadrant.fr>
Cc: Stephen Frost <sfrost@snowman.net>, Greg Stark <stark@mit.edu>,
Marko Kreen <markokr@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>,
Robert Haas <robertmhaas@gmail.com>,
Alvaro Herrera <alvherre@2ndquadrant.com>, Erik Rijkers <er@xs4all.nl>,
"pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>,
Kohei KaiGai <kaigai@kaigai.gr.jp>
Date: 2013-06-11T08:39:01Z
Lists: pgsql-hackers
On 2013-06-11 10:33:29 +0200, Dimitri Fontaine wrote: > That entirely depends on how the extension script is written. Making it > possible to have two versions concurrently installed require a non > trivial amount of efforts, but I don't think the extension facility gets > in the way at all, currently. It does. We only allow an extension to be installed once, irregardless of schema... Greetings, Andres Freund -- Andres Freund http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
Commits
-
Extend and improve use of EXTRA_REGRESS_OPTS.
- 4ae5ee6c9b4d 9.3.0 cited
-
Remove misplaced sanity check from heap_create().
- a475c6036752 9.3.0 cited
-
Silently ignore any nonexistent schemas that are listed in search_path.
- 880bfc3287dd 9.2.0 cited