Re: Extensions support for pg_dump, patch v27

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Dimitri Fontaine <dimitri@2ndQuadrant.fr>
Cc: Itagaki Takahiro <itagaki.takahiro@gmail.com>, "David E. Wheeler" <david@kineticode.com>, David Fetter <david@fetter.org>, PostgreSQL-Hackers <pgsql-hackers@postgresql.org>
Date: 2011-01-26T15:31:34Z
Lists: pgsql-hackers
Dimitri Fontaine <dimitri@2ndQuadrant.fr> writes:
> The missing entry in pg_depend is the reason why the extension is not
> part of the dump.  We could fix that using a LEFT JOIN here and COALESCE
> to force the namespace as pg_catalog.  Is that not a kludge?

Yes, it is.  Why is the pg_depend entry missing?

			regards, tom lane