File tree Expand file tree Collapse file tree 4 files changed +247
-202
lines changed Expand file tree Collapse file tree 4 files changed +247
-202
lines changed Original file line number Diff line number Diff line change 33# pg_upgrade: update a database without needing a full dump/reload cycle.
44# CAUTION: Read the manual page before trying to use this!
55
6- # $Header: /cvsroot/pgsql/contrib/pg_upgrade/Attic/pg_upgrade,v 1.14 2002/07/03 14:38:19 momjian Exp $
6+ # $Header: /cvsroot/pgsql/contrib/pg_upgrade/Attic/pg_upgrade,v 1.15 2002/08/29 22:19:03 petere Exp $
77#
88# To migrate this to newer versions of PostgreSQL:
99# 1) Update the version numbers at the top of the file
461461
462462# Set checkpoint location of new database
463463
464- pg_resetxlog -l " $LOG_ID " " $SEG_ID " " $PGDATA "
464+ pg_resetxlog -l " $LOG_ID " , " $SEG_ID " " $PGDATA "
465465if [ " $? " -ne 0 ]
466466then echo " Unable to set new log file/segment id. Exiting." 1>&2
467467 exit 1
Original file line number Diff line number Diff line change 11<!--
2- $Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_resetxlog.sgml,v 1.4 2002/08/17 20:24:51 tgl Exp $
2+ $Header: /cvsroot/pgsql/doc/src/sgml/ref/pg_resetxlog.sgml,v 1.5 2002/08/29 22:19:03 petere Exp $
33PostgreSQL documentation
44-->
55
@@ -21,7 +21,7 @@ PostgreSQL documentation
2121 <arg> -f </arg>
2222 <arg> -n </arg>
2323 <arg> -x <replaceable class="parameter">xid</replaceable> </arg>
24- <arg> -l <replaceable class="parameter">fileid</replaceable> <replaceable class="parameter">seg</replaceable> </arg>
24+ <arg> -l <replaceable class="parameter">fileid</replaceable>, <replaceable class="parameter">seg</replaceable> </arg>
2525 <arg choice="plain"><replaceable>datadir</replaceable></arg>
2626 </cmdsynopsis>
2727 </refsynopsisdiv>
Original file line number Diff line number Diff line change 1+ # $Header: /cvsroot/pgsql/src/bin/pg_resetxlog/nls.mk,v 1.1 2002/08/29 22:19:03 petere Exp $
2+ CATALOG_NAME := pg_resetxlog
3+ AVAIL_LANGUAGES :=
4+ GETTEXT_FILES := pg_resetxlog.c
5+ GETTEXT_TRIGGERS: = _
You can’t perform that action at this time.
0 commit comments