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

Commitc456693

Browse files
committed
Change some 7.2 mentions to version macro.
1 parent864059c commitc456693

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/backup.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.16 2001/10/01 17:46:46 momjian Exp $ -->
1+
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/backup.sgml,v 2.17 2001/10/04 04:46:43 momjian Exp $ -->
22
<chapter id="backup">
33
<title>Backup and Restore</title>
44

@@ -369,7 +369,7 @@ tar -cf backup.tar /usr/local/pgsql/data
369369
change between releases of <productname>Postgres</>. This does not
370370
apply to different <quote>patch levels</quote>, these always have
371371
compatible storage formats. For example, releases 7.0.1, 7.1.2, and
372-
7.2 are not compatible, whereas7.1.2 and7.1.1 are. When you
372+
7.2 are not compatible, whereas&version;.1 and&version;.2 are. When you
373373
update between compatible versions, then you can simply reuse the
374374
data area in disk by the new executables. Otherwise you need to
375375
<quote>back up</> your data and <quote>restore</> it on the new
@@ -409,7 +409,7 @@ pg_dumpall -p 5432 | psql -d template1 -p 6543
409409
pg_dumpall > backup
410410
pg_ctl stop
411411
mv /usr/local/pgsql /usr/local/pgsql.old
412-
cd /usr/src/postgresql-7.2
412+
cd /usr/src/postgresql-&version;
413413
gmake install
414414
initdb -D /usr/local/pgsql/data
415415
postmaster -D /usr/local/pgsql/data

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp