Re: Extensions, patch 22 (cleanup, review, cleanup) - Mailing list pgsql-hackers

From Erik Rijkers
Subject Re: Extensions, patch 22 (cleanup, review, cleanup)
Date
Msg-id ba40c0b2c94ca14db66f34b0a16b324c.squirrel@webmail.xs4all.nl
Whole thread Raw
In response to Re: Extensions, patch 22 (cleanup, review, cleanup)  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
Responses Re: Extensions, patch 22 (cleanup, review, cleanup)  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
List 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






pgsql-hackers by date:

Previous
From: Florian Pflug
Date:
Subject: Re: proposal : cross-column stats
Next
From: Florian Pflug
Date:
Subject: Re: proposal : cross-column stats