diff options
Diffstat (limited to 'doc/src/sgml/ref/reindexdb.sgml')
| -rw-r--r-- | doc/src/sgml/ref/reindexdb.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/reindexdb.sgml b/doc/src/sgml/ref/reindexdb.sgml index abcb041179b..a90e48ea86b 100644 --- a/doc/src/sgml/ref/reindexdb.sgml +++ b/doc/src/sgml/ref/reindexdb.sgml @@ -433,7 +433,7 @@ PostgreSQL documentation </para> <para> - To reindex the table <literal>foo</literal> and the index + To reindex the table <structname>foo</structname> and the index <literal>bar</literal> in a database named <literal>abcd</literal>: <screen> <prompt>$ </prompt><userinput>reindexdb --table=foo --index=bar abcd</userinput> |
