pgsql: Improve markup of cmdsynopsis elements

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve markup of cmdsynopsis elements
Date: 2012-04-30 18:19:07
Message-ID: E1SOvBj-0006Os-U8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve markup of cmdsynopsis elements

Add more markup in particular so that the command options appear
consistently in monospace in the HTML output.

On the vacuumdb reference page, remove listing all the possible
options in the synopsis. They have become too many now; we have the
detailed options list for that.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4266509c577b089627930af39f1dcd2d06b493e9

Modified Files
--------------
doc/src/sgml/ref/clusterdb.sgml | 8 +-
doc/src/sgml/ref/createlang.sgml | 2 +-
doc/src/sgml/ref/droplang.sgml | 2 +-
doc/src/sgml/ref/initdb.sgml | 8 ++-
doc/src/sgml/ref/pg_ctl-ref.sgml | 112 ++++++++++++++++++------------------
doc/src/sgml/ref/pg_resetxlog.sgml | 16 +++---
doc/src/sgml/ref/reindexdb.sgml | 26 +++++++-
doc/src/sgml/ref/vacuumdb.sgml | 24 ++++----
8 files changed, 109 insertions(+), 89 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message User Sakamotomsh 2012-05-01 06:11:51 reorg - pg_reorg: Fixes for 9.2devel.
Previous Message Tom Lane 2012-04-30 18:04:09 pgsql: Converge all SQL-level statistics timing values to float8 millis