pgsql: Doc: minor documentation improvements about extensions.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Doc: minor documentation improvements about extensions.
Дата
Msg-id E1bhglq-0006ZM-LN@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/bd180b607927c7757af17cd6fce0e545e5c48584

Modified Files
--------------
doc/src/sgml/extend.sgml               | 32 ++++++++++++--------
doc/src/sgml/ref/create_extension.sgml | 54 ++++++++++++++--------------------
2 files changed, 42 insertions(+), 44 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: minor documentation improvements about extensions.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Support renaming an existing value of an enum type.