Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd420ba2

Browse files
committed
Escape greater than and less than characters in docs.
Susanne Ebrecht and me
1 parent5735efe commitd420ba2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎doc/src/sgml/ref/pg_basebackup.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ PostgreSQL documentation
406406
To create a backup of a single-tablespace local database and compress
407407
this with <productname>bzip2</productname>:
408408
<screen>
409-
<prompt>$</prompt> <userinput>pg_basebackup -D - -Ft | bzip2> backup.tar.bz2</userinput>
409+
<prompt>$</prompt> <userinput>pg_basebackup -D - -Ft | bzip2&gt; backup.tar.bz2</userinput>
410410
</screen>
411411
(this command will fail if there are multiple tablespaces in the
412412
database)

‎doc/src/sgml/sepgsql.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ $ initdb
105105
$ vi $PGDATA/postgresql.conf
106106
$ for DBNAME in template0 template1 postgres; do
107107
postgres --single -F -O -c exit_on_error=true $DBNAME \
108-
< /usr/local/pgsql/share/contrib/sepgsql.sql> /dev/null
108+
&lt; /usr/local/pgsql/share/contrib/sepgsql.sql&gt; /dev/null
109109
done
110110
</screen>
111111

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp