From 59550df34d0eafe96d856b139080440d402050be Mon Sep 17 00:00:00 2001 From: Peter Eisentraut <peter_e@gmx.net> Date: Sun, 2 Nov 2003 12:58:11 +0000 Subject: [PATCH] Put --describe-config in the right place. --- doc/src/sgml/ref/postgres-ref.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/ref/postgres-ref.sgml b/doc/src/sgml/ref/postgres-ref.sgml index 07daf46086c..62fed5e155b 100644 --- a/doc/src/sgml/ref/postgres-ref.sgml +++ b/doc/src/sgml/ref/postgres-ref.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.40 2003/10/28 19:39:18 momjian Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/postgres-ref.sgml,v 1.41 2003/11/02 12:58:11 petere Exp $ PostgreSQL documentation --> @@ -27,6 +27,7 @@ PostgreSQL documentation <arg>-B <replaceable>nbuffers</replaceable></arg> <arg>-c <replaceable>name</replaceable>=<replaceable>value</replaceable></arg> <arg>-d <replaceable>debug-level</replaceable></arg> + <arg>--describe-config</arg> <arg>-D <replaceable>datadir</replaceable></arg> <arg>-e</arg> <arg>-E</arg> @@ -66,7 +67,6 @@ PostgreSQL documentation <arg>-S <replaceable>sort-mem</replaceable></arg> <arg>-v <replaceable>protocol</replaceable></arg> <arg>-W <replaceable>seconds</replaceable></arg> - <arg>--describe-config</arg> <arg>--<replaceable>name</replaceable>=<replaceable>value</replaceable></arg> </cmdsynopsis> </refsynopsisdiv> -- GitLab