diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2011-05-19 23:20:11 +0300 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2011-05-19 23:20:11 +0300 |
commit | c8e0c321194c985a13e7c7e4d3110ac032517350 (patch) | |
tree | a52bbc0c6120ca8d86ff1fa53a5def3967535169 /doc/src | |
parent | fcd4575905608a6dd0868bd6ab99f3e06a743152 (diff) | |
download | postgresql-c8e0c321194c985a13e7c7e4d3110ac032517350.tar.gz postgresql-c8e0c321194c985a13e7c7e4d3110ac032517350.zip |
Rename pg_dump --no-security-label to --no-security-labels
Other similar options also use the plural form.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pg_dump.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/ref/pg_dumpall.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/ref/pg_restore.sgml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/pg_dump.sgml b/doc/src/sgml/ref/pg_dump.sgml index cb1773eeaa6..cca2ed4e4f6 100644 --- a/doc/src/sgml/ref/pg_dump.sgml +++ b/doc/src/sgml/ref/pg_dump.sgml @@ -702,7 +702,7 @@ PostgreSQL documentation </varlistentry> <varlistentry> - <term><option>--no-security-label</option></term> + <term><option>--no-security-labels</option></term> <listitem> <para> Do not dump security labels. diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml index 04e95e876d1..039e86ec90d 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -193,7 +193,7 @@ PostgreSQL documentation </varlistentry> <varlistentry> - <term><option>--no-security-label</option></term> + <term><option>--no-security-labels</option></term> <listitem> <para> Do not dump security labels. diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml index bf261af9d6d..a7202e24228 100644 --- a/doc/src/sgml/ref/pg_restore.sgml +++ b/doc/src/sgml/ref/pg_restore.sgml @@ -340,7 +340,7 @@ </varlistentry> <varlistentry> - <term><option>--no-security-label</option></term> + <term><option>--no-security-labels</option></term> <listitem> <para> Do not output commands to restore security labels, |