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>, PostgreSQL-Hackers <pgsql-hackers@postgresql.org>
Date: 2011-02-08T15:21:03Z
Lists: pgsql-hackers
Dimitri Fontaine <dimitri@2ndQuadrant.fr> writes: > I've spotted a comment that I think you missed updating. The schema > given in the control file is now created in all cases rather than only > when the extension is not relocatable, right? Hm, no, that logic is the same as before no? > I also note that the attached version doesn't contain \dX, is that an > happenstance or a choice you did here? I removed it --- it wasn't documented and I didn't see much point anyway in a \d command that just duplicates a system view, especially a view only usable by superusers. regards, tom lane