pgsql: Additional doc fixes for configurable TOAST compression. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Additional doc fixes for configurable TOAST compression.
Date
Msg-id E1ledNj-0001uM-No@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: docs: Clarify how ALTER TABLE .. SET COMPRESSION works.
Next
From: Tom Lane
Date:
Subject: pgsql: Doc: trivial wording adjustment.