@@ -43,12 +43,14 @@ hold the source, binaries, and user databases.
43
43
MIGRATING FROM POSTGRES VERSION 1.0
44
44
-----------------------------------
45
45
46
- Version 1.02 is mostly backward compatible with Version 1.0, but the database
47
- format is incompatible, so if you have databases that you use with Version
48
- 1, you need to convert them before you can use them with Version 1.02. Once
49
- you do that, you won't be able to use them with Version 1 anymore.
46
+ Version 1.01 and 1.02 (and above) are mostly backward compatible with Version
47
+ 1.0, but the database format is incompatible, so if you have databases that
48
+ you use with Version 1, you need to convert them before you can use them with
49
+ Version 1.02. Once you do that, you won't be able to use them with Version 1
50
+ anymore.
50
51
51
- For details on how to do this conversion, see the file MIGRATION_V1_TO_V2.
52
+ For details on how to do this conversion, see the files doc/MIGRATION_1.0_to_1.01
53
+ and MIGRATION_to_1.02.1
52
54
53
55
54
56
INSTALLING POSTGRESQL
@@ -72,8 +74,7 @@ To install PostgreSQL on UNIX platforms:
72
74
73
75
If you're installing PostgreSQL on Ultrix 4.x or Linux, see the
74
76
porting notes at the end for additional packages that you need to install
75
- before installing PostgreSQL. For Linux and Irix, read the machine-
76
- specific FAQs.
77
+ before installing PostgreSQL.
77
78
78
79
If using Linux or Irix, you should also read the machine-specific FAQs.
79
80
@@ -90,10 +91,10 @@ To install PostgreSQL on UNIX platforms:
90
91
directory. The configuration switches are fairly self-explanatory, but we
91
92
will go over some of the more commonly-changed options:
92
93
93
- - PORTNAME specifies the platform on which PostgreSQL is being build
94
- (BSD44_derived is the default) . You might need to change it to reflect
94
+ - PORTNAME specifies the platform on which PostgreSQL is being built.
95
+ This is set to UNDEFINED . You will need to change it to reflect
95
96
your platform. (sparc for SunOS 4.1.x, sparc_solaris for Solaris
96
- 2.4, ultrix4 for Ultrix 4.4, and hpux for HP-UX 9.0)
97
+ 2.4, ultrix4 for Ultrix 4.4, and hpux for HP-UX 9.0, etc. )
97
98
98
99
- SRCDIR specifies where the source files are located. (defaults to
99
100
$(POSTGRESDIR)/src.)
0 commit comments