1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Escape greater than and less than characters in docs.

Susanne Ebrecht and me
This commit is contained in:
Heikki Linnakangas
2011-04-02 17:06:43 +03:00
parent 5735efee15
commit d420ba2a2d
2 changed files with 2 additions and 2 deletions

View File

@@ -406,7 +406,7 @@ PostgreSQL documentation
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 > backup.tar.bz2</userinput>
<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)