From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Doc: minor documentation improvements about extensions. |
Date: | 2016-09-07 17:36:22 |
Message-ID: | E1bhglq-0006ZN-LR@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Doc: minor documentation improvements about extensions.
Document the formerly-undocumented behavior that schema and comment
control-file entries for an extension are honored only during initial
installation, whereas other properties are also honored during updates.
While at it, do some copy-editing on the recently-added docs for CREATE
EXTENSION ... CASCADE, use links for some formerly vague cross references,
and make a couple other minor improvements.
Back-patch to 9.6 where CASCADE was added. The other parts of this
could go further back, but they're probably not important enough to
bother.
Branch
------
REL9_6_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/01280ee203b7c34b48e61f874b497951cc63d8a7
Modified Files
--------------
doc/src/sgml/extend.sgml | 32 ++++++++++++--------
doc/src/sgml/ref/create_extension.sgml | 54 ++++++++++++++--------------------
2 files changed, 42 insertions(+), 44 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2016-09-07 20:12:03 | pgsql: Support renaming an existing value of an enum type. |
Previous Message | Tom Lane | 2016-09-07 13:58:16 | Re: [COMMITTERS] pgsql: Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVAL |