pgsql: docs: re-add spaces before units removed

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: docs: re-add spaces before units removed
Date: 2016-08-05 18:36:22
Message-ID: E1bVjyo-0007z9-9L@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

docs: re-add spaces before units removed

This reverts the spaces before k/M/G/TB units removed for consistency in
commit ca0c37b56f4a80ad758774e34c86cc4335583d29.

Discussion: 20160802165116(dot)GC32575(at)momjian(dot)us

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5ebad9a580d8f80943fd7095db14621278cc009c

Modified Files
--------------
doc/src/sgml/bloom.sgml | 4 ++--
doc/src/sgml/catalogs.sgml | 2 +-
doc/src/sgml/config.sgml | 4 ++--
doc/src/sgml/datatype.sgml | 2 +-
doc/src/sgml/installation.sgml | 14 +++++++-------
doc/src/sgml/lobj.sgml | 4 ++--
doc/src/sgml/protocol.sgml | 2 +-
doc/src/sgml/runtime.sgml | 10 +++++-----
doc/src/sgml/storage.sgml | 20 ++++++++++----------
doc/src/sgml/wal.sgml | 6 +++---
10 files changed, 34 insertions(+), 34 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-08-05 19:14:33 pgsql: Fix ts_delete(tsvector, text[]) to cope with duplicate array ent
Previous Message Fujii Masao 2016-08-05 18:24:29 pgsql: Add note about unused arguments for pg_replication_origin_xact_r