diff options
Diffstat (limited to 'doc/src/sgml/ref/reindexdb.sgml')
| -rw-r--r-- | doc/src/sgml/ref/reindexdb.sgml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/reindexdb.sgml b/doc/src/sgml/ref/reindexdb.sgml index dcc34fb61a9..05ba8b66e16 100644 --- a/doc/src/sgml/ref/reindexdb.sgml +++ b/doc/src/sgml/ref/reindexdb.sgml @@ -26,11 +26,15 @@ PostgreSQL documentation <arg>--table | -t <replaceable>table</replaceable> </arg> <arg>--index | -i <replaceable>index</replaceable> </arg> <arg><replaceable>dbname</replaceable></arg> - <sbr> + </cmdsynopsis> + + <cmdsynopsis> <command>reindexdb</command> <arg rep="repeat"><replaceable>connection-option</replaceable></arg> <arg>--all | -a</arg> - <sbr> + </cmdsynopsis> + + <cmdsynopsis> <command>reindexdb</command> <arg rep="repeat"><replaceable>connection-option</replaceable></arg> <arg>--system | -s</arg> |
