File tree 4 files changed +247
-202
lines changed
4 files changed +247
-202
lines changed Original file line number Diff line number Diff line change 3
3
# pg_upgrade: update a database without needing a full dump/reload cycle.
4
4
# CAUTION: Read the manual page before trying to use this!
5
5
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 $
7
7
#
8
8
# To migrate this to newer versions of PostgreSQL:
9
9
# 1) Update the version numbers at the top of the file
461
461
462
462
# Set checkpoint location of new database
463
463
464
- pg_resetxlog -l " $LOG_ID " " $SEG_ID " " $PGDATA "
464
+ pg_resetxlog -l " $LOG_ID " , " $SEG_ID " " $PGDATA "
465
465
if [ " $? " -ne 0 ]
466
466
then echo " Unable to set new log file/segment id. Exiting." 1>&2
467
467
exit 1
Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -21,7 +21,7 @@ PostgreSQL documentation
21
21
<arg> -f </arg>
22
22
<arg> -n </arg>
23
23
<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>
25
25
<arg choice="plain"><replaceable>datadir</replaceable></arg>
26
26
</cmdsynopsis>
27
27
</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