Re: Extensions, patch 22 (cleanup, review, cleanup)

From: "Erik Rijkers" <er(at)xs4all(dot)nl>
To: "Dimitri Fontaine" <dimitri(at)2ndQuadrant(dot)fr>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Extensions, patch 22 (cleanup, review, cleanup)
Date: 2010-12-21 15:51:53
Message-ID: ba40c0b2c94ca14db66f34b0a16b324c.squirrel@webmail.xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, December 21, 2010 09:57, Dimitri Fontaine wrote:
> "Erik Rijkers" <er(at)xs4all(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Florian Pflug 2010-12-21 15:54:05 Re: proposal : cross-column stats
Previous Message Florian Pflug 2010-12-21 15:24:39 Re: proposal : cross-column stats