pgsql: Additional doc fixes for configurable TOAST compression.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Additional doc fixes for configurable TOAST compression.
Дата
Msg-id E1ledNj-0001uM-No@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Additional doc fixes for configurable TOAST compression.

The grammar changes in commit bbe0a81db69bd10bd166907c3701492a29aca294
allow SET COMPRESSION to be used with ALTER MATERIALIZED VIEW as
well as with ALTER TABLE, so update those docs to say that it works.

Also, update the documentation for the pg_column_compression()
to explain that it will return NULL when there's no relevant value.

Patch by me, per concerns from Michael Paquier.

Discussion: http://postgr.es/m/CA+Tgmob9h5u4iNL9KM0drZgkY-JL4oCVW0dWrMqtLPQ1zHkquA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/448b02c00515ba9d6683a8a97fe4305604d80028

Modified Files
--------------
doc/src/sgml/func.sgml                        | 3 ++-
doc/src/sgml/ref/alter_materialized_view.sgml | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: docs: Clarify how ALTER TABLE .. SET COMPRESSION works.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: trivial wording adjustment.