Re: Extensions, patch 22 (cleanup, review, cleanup)
Erik Rijkers <er@xs4all.nl>
From: "Erik Rijkers" <er@xs4all.nl>
To: "Dimitri Fontaine" <dimitri@2ndQuadrant.fr>
Cc: pgsql-hackers@postgresql.org
Date: 2010-12-21T15:51:53Z
Lists: pgsql-hackers
On Tue, December 21, 2010 09:57, Dimitri Fontaine wrote: > "Erik Rijkers" <er@xs4all.nl> writes: >> I might be mistaken but it looks like a doc/src/sgml/ref/alter_extension.sgml is missing? > > Mmm, it seems that git was agreeing with you, so here's it: > > git ls-files doc/src/sgml/ref/alter_extension.sgml > http://git.postgresql.org/gitweb?p=postgresql-extension.git;a=commitdiff;h=9371a9763651df2636cb6c20dced7cd67398c477 > > It was already online for readers of the HTML version of the docs: > > http://pgsql.tapoueh.org/extensions/doc/html/sql-alterextension.html > > And it will appear in next revision of the patch. Thanks! > -- > Dimitri Fontaine > http://2ndQuadrant.fr PostgreSQL : Expertise, Formation et Support > Two changes to sql-alterextension.sgml: ALTER EXTENSION name SET EXTENSION new_schema should be: ALTER EXTENSION name SET SCHEMA new_schema And in the 'Description' there are (I think) old copy/paste remnants: ALTER EXTENSION changes the definition of an existing type. There are only one subforms: SET SCHEMA it should be (something like): ALTER EXTENSION changes an existing extension. There is only one form: ALTER EXTENSION set schema new_schema Erik Rijkers