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

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема pgsql: Fix some issues in pg_class.relminmxid and pg_database.datminmxi
Дата
Msg-id E1Z0Mhb-0004BR-C3@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/38d500ac2e5d4d4f3468b505962fb85850c1ff4b

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


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: doc: Fix PDF build with FOP
Следующее
От: Fujii Masao
Дата:
Сообщение: pgsql: Fix some issues in pg_class.relminmxid and pg_database.datminmxi