File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 > backup.tar.bz2</userinput>
410410 </screen>
411411 (this command will fail if there are multiple tablespaces in the
412412 database)
Original file line number Diff line number Diff 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+ < /usr/local/pgsql/share/contrib/sepgsql.sql > /dev/null
109109 done
110110</screen>
111111
You can’t perform that action at this time.
0 commit comments