pgsql: Fix some issues in pg_class.relminmxid and pg_database.datminmxi - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Fix some issues in pg_class.relminmxid and pg_database.datminmxi
Date
Msg-id E1Z0Mhb-0004BU-CD@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix some issues in pg_class.relminmxid and pg_database.datminmxid documentation.

- Correct the name of directory which those catalog columns allow to be shrunk.
- Correct the name of symbol which is used as the value of pg_class.relminmxid
  when the relation is not a table.
- Fix "ID ID" typo.

Backpatch to 9.3 where those cataog columns were introduced.

Branch
------
REL9_3_STABLE

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

Modified Files
--------------
doc/src/sgml/catalogs.sgml |   12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Fix PDF build with FOP
Next
From: Fujii Masao
Date:
Subject: pgsql: Fix some issues in pg_class.relminmxid and pg_database.datminmxi