pgsql: Fix some issues in pg_class.relminmxid and pg_database.datminmxi

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix some issues in pg_class.relminmxid and pg_database.datminmxi
Date: 2015-06-04 04:24:23
Message-ID: E1Z0Mhb-0004BT-C9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/290fb74794293e008f10f8a7501ae2e9f3969fce

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

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2015-06-04 04:44:52 Re: Re: [COMMITTERS] pgsql: Map basebackup tablespaces using a tablespace_map file
Previous Message Peter Eisentraut 2015-06-04 00:36:59 pgsql: doc: Fix PDF build with FOP