diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2012-11-15 00:04:23 -0500 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2012-11-15 00:04:23 -0500 |
commit | 817c186ea31ca4e304a1b55540433a1287f9fb7a (patch) | |
tree | 88120fcb642e247f0380aebfa6f14edbb23d936f | |
parent | 546d65d55fd67c40e6f31d16cc8fa6e9afd3a403 (diff) | |
download | postgresql-817c186ea31ca4e304a1b55540433a1287f9fb7a.tar.gz postgresql-817c186ea31ca4e304a1b55540433a1287f9fb7a.zip |
doc: Put commas in the right place on pg_restore reference page
Karl O. Pinc
-rw-r--r-- | doc/src/sgml/ref/pg_restore.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml index 1b9db6b0a4a..f4668e73f6d 100644 --- a/doc/src/sgml/ref/pg_restore.sgml +++ b/doc/src/sgml/ref/pg_restore.sgml @@ -475,9 +475,9 @@ <para> Presently, the commands emitted for - <option>--disable-triggers</> must be done as superuser. So, you - should also specify a superuser name with <option>-S</>, or - preferably run <application>pg_restore</application> as a + <option>--disable-triggers</> must be done as superuser. So you + should also specify a superuser name with <option>-S</> or, + preferably, run <application>pg_restore</application> as a <productname>PostgreSQL</> superuser. </para> </listitem> |