aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2011-05-02 19:19:48 +0300
committerPeter Eisentraut <peter_e@gmx.net>2011-05-02 19:19:48 +0300
commit4b08bf8ce7a7515f669ce0a1ce1946c6492b65ed (patch)
tree2ebdae3560f0d84de954b4e6eec8fa63af502814 /doc/src/sgml/ref
parent6755558b92748287e961fed518c14be375630464 (diff)
downloadpostgresql-4b08bf8ce7a7515f669ce0a1ce1946c6492b65ed.tar.gz
postgresql-4b08bf8ce7a7515f669ce0a1ce1946c6492b65ed.zip
Small cleanup of spacing in verbatim DocBook elements
Diffstat (limited to 'doc/src/sgml/ref')
-rw-r--r--doc/src/sgml/ref/pg_basebackup.sgml18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/src/sgml/ref/pg_basebackup.sgml b/doc/src/sgml/ref/pg_basebackup.sgml
index 382effdaa39..26f290464c7 100644
--- a/doc/src/sgml/ref/pg_basebackup.sgml
+++ b/doc/src/sgml/ref/pg_basebackup.sgml
@@ -388,26 +388,26 @@ PostgreSQL documentation
To create a base backup of the server at <literal>mydbserver</literal>
and store it in the local directory
<filename>/usr/local/pgsql/data</filename>:
- <screen>
- <prompt>$</prompt> <userinput>pg_basebackup -h mydbserver -D /usr/local/pgsql/data</userinput>
- </screen>
+<screen>
+<prompt>$</prompt> <userinput>pg_basebackup -h mydbserver -D /usr/local/pgsql/data</userinput>
+</screen>
</para>
<para>
To create a backup of the local server with one maximum compressed
tar file for each tablespace, and store it in the directory
<filename>backup</filename>, showing a progress report while running:
- <screen>
- <prompt>$</prompt> <userinput>pg_basebackup -D backup -Ft -Z9 -P</userinput>
- </screen>
+<screen>
+<prompt>$</prompt> <userinput>pg_basebackup -D backup -Ft -Z9 -P</userinput>
+</screen>
</para>
<para>
To create a backup of a single-tablespace local database and compress
this with <productname>bzip2</productname>:
- <screen>
- <prompt>$</prompt> <userinput>pg_basebackup -D - -Ft | bzip2 &gt; backup.tar.bz2</userinput>
- </screen>
+<screen>
+<prompt>$</prompt> <userinput>pg_basebackup -D - -Ft | bzip2 &gt; backup.tar.bz2</userinput>
+</screen>
(this command will fail if there are multiple tablespaces in the
database)
</para>