Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
8a1e0e8e
Commit
8a1e0e8e
authored
Nov 05, 1996
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bring in minor changes from Andrew
parent
d2746c65
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
10 deletions
+11
-10
INSTALL
INSTALL
+11
-10
No files found.
INSTALL
View file @
8a1e0e8e
...
@@ -43,12 +43,14 @@ hold the source, binaries, and user databases.
...
@@ -43,12 +43,14 @@ hold the source, binaries, and user databases.
MIGRATING FROM POSTGRES VERSION 1.0
MIGRATING FROM POSTGRES VERSION 1.0
-----------------------------------
-----------------------------------
Version 1.02 is mostly backward compatible with Version 1.0, but the database
Version 1.01 and 1.02 (and above) are mostly backward compatible with Version
format is incompatible, so if you have databases that you use with Version
1.0, but the database format is incompatible, so if you have databases that
1, you need to convert them before you can use them with Version 1.02. Once
you use with Version 1, you need to convert them before you can use them with
you do that, you won't be able to use them with Version 1 anymore.
Version 1.02. Once you do that, you won't be able to use them with Version 1
anymore.
For details on how to do this conversion, see the file MIGRATION_V1_TO_V2.
For details on how to do this conversion, see the files doc/MIGRATION_1.0_to_1.01
and MIGRATION_to_1.02.1
INSTALLING POSTGRESQL
INSTALLING POSTGRESQL
...
@@ -72,8 +74,7 @@ To install PostgreSQL on UNIX platforms:
...
@@ -72,8 +74,7 @@ To install PostgreSQL on UNIX platforms:
If you're installing PostgreSQL on Ultrix 4.x or Linux, see the
If you're installing PostgreSQL on Ultrix 4.x or Linux, see the
porting notes at the end for additional packages that you need to install
porting notes at the end for additional packages that you need to install
before installing PostgreSQL. For Linux and Irix, read the machine-
before installing PostgreSQL.
specific FAQs.
If using Linux or Irix, you should also read the machine-specific FAQs.
If using Linux or Irix, you should also read the machine-specific FAQs.
...
@@ -90,10 +91,10 @@ To install PostgreSQL on UNIX platforms:
...
@@ -90,10 +91,10 @@ To install PostgreSQL on UNIX platforms:
directory. The configuration switches are fairly self-explanatory, but we
directory. The configuration switches are fairly self-explanatory, but we
will go over some of the more commonly-changed options:
will go over some of the more commonly-changed options:
- PORTNAME specifies the platform on which PostgreSQL is being buil
d
- PORTNAME specifies the platform on which PostgreSQL is being buil
t.
(BSD44_derived is the default). You might
need to change it to reflect
This is set to UNDEFINED. You will
need to change it to reflect
your platform. (sparc for SunOS 4.1.x, sparc_solaris for Solaris
your platform. (sparc for SunOS 4.1.x, sparc_solaris for Solaris
2.4, ultrix4 for Ultrix 4.4, and hpux for HP-UX 9.0)
2.4, ultrix4 for Ultrix 4.4, and hpux for HP-UX 9.0
, etc.
)
- SRCDIR specifies where the source files are located. (defaults to
- SRCDIR specifies where the source files are located. (defaults to
$(POSTGRESDIR)/src.)
$(POSTGRESDIR)/src.)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment