Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
e3415aa8
Commit
e3415aa8
authored
25 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Rename 7.0.0 to 7.0 to be consistent with prior release numbering.
parent
7f99680c
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
INSTALL
+6
-6
6 additions, 6 deletions
INSTALL
doc/src/sgml/install.sgml
+6
-6
6 additions, 6 deletions
doc/src/sgml/install.sgml
with
12 additions
and
12 deletions
INSTALL
+
6
−
6
View file @
e3415aa8
...
@@ -4,7 +4,7 @@ Table of Contents
...
@@ -4,7 +4,7 @@ Table of Contents
Before you start
Before you start
Installation Procedure
Installation Procedure
Installation instructions for PostgreSQL 7.0.
0.
Installation instructions for PostgreSQL 7.0.
Commands were tested on RedHat Linux version 5.2 using the bash shell.
Commands were tested on RedHat Linux version 5.2 using the bash shell.
Except where noted, they will probably work on most systems. Commands like
Except where noted, they will probably work on most systems. Commands like
...
@@ -14,9 +14,9 @@ Use common sense before typing in these commands.
...
@@ -14,9 +14,9 @@ Use common sense before typing in these commands.
If you haven't gotten the PostgreSQL distribution, get it from
If you haven't gotten the PostgreSQL distribution, get it from
ftp.postgresql.org, then unpack it:
ftp.postgresql.org, then unpack it:
$ gunzip postgresql-7.0.
0.
tar.gz
$ gunzip postgresql-7.0.tar.gz
$ tar -xf postgresql-7.0.
0.
tar
$ tar -xf postgresql-7.0.tar
$ mv postgresql-7.0
.0
/usr/src
$ mv postgresql-7.0 /usr/src
Again, these commands might differ on your system.
Again, these commands might differ on your system.
...
@@ -267,7 +267,7 @@ suggestions.
...
@@ -267,7 +267,7 @@ suggestions.
* You probably want to install the man and HTML documentation. Type
* You probably want to install the man and HTML documentation. Type
$ cd /usr/src/pgsql/postgresql-7.0
.0
/doc
$ cd /usr/src/pgsql/postgresql-7.0/doc
$ gmake install
$ gmake install
This will install files under /usr/local/pgsql/doc.
This will install files under /usr/local/pgsql/doc.
...
@@ -346,5 +346,5 @@ suggestions.
...
@@ -346,5 +346,5 @@ suggestions.
verify that PostgreSQL runs on your machine in the way the developers
verify that PostgreSQL runs on your machine in the way the developers
expected it to. You should definitely do this before putting a server
expected it to. You should definitely do this before putting a server
into production use. The file
into production use. The file
/usr/src/pgsql/postgresql-7.0
.0
/src/test/regress/README has detailed
/usr/src/pgsql/postgresql-7.0/src/test/regress/README has detailed
instructions for running and interpreting the regression tests.
instructions for running and interpreting the regression tests.
This diff is collapsed.
Click to expand it.
doc/src/sgml/install.sgml
+
6
−
6
View file @
e3415aa8
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<Abstract>
<Abstract>
<Para>
<Para>
Installation instructions for
Installation instructions for
<ProductName>PostgreSQL</ProductName> 7.0.
0.
<ProductName>PostgreSQL</ProductName> 7.0.
</Para>
</Para>
</Abstract>
</Abstract>
...
@@ -21,9 +21,9 @@
...
@@ -21,9 +21,9 @@
get it from <ULink url="ftp://ftp.postgresql.org">ftp.postgresql.org</ULink>,
get it from <ULink url="ftp://ftp.postgresql.org">ftp.postgresql.org</ULink>,
then unpack it:
then unpack it:
<ProgramListing>
<ProgramListing>
$ gunzip postgresql-7.0.
0.
tar.gz
$ gunzip postgresql-7.0.tar.gz
$ tar -xf postgresql-7.0.
0.
tar
$ tar -xf postgresql-7.0.tar
$ mv postgresql-7.0
.0
/usr/src
$ mv postgresql-7.0 /usr/src
</ProgramListing>
</ProgramListing>
Again, these commands might differ on your system.
Again, these commands might differ on your system.
</Para>
</Para>
...
@@ -417,7 +417,7 @@ and <filename>initdb</filename>.
...
@@ -417,7 +417,7 @@ and <filename>initdb</filename>.
You probably want to install the <application>man</application> and
You probably want to install the <application>man</application> and
<acronym>HTML</acronym> documentation. Type
<acronym>HTML</acronym> documentation. Type
<ProgramListing>
<ProgramListing>
$ cd /usr/src/pgsql/postgresql-7.0
.0
/doc
$ cd /usr/src/pgsql/postgresql-7.0/doc
$ gmake install
$ gmake install
</ProgramListing>
</ProgramListing>
This will install files under <filename>/usr/local/pgsql/doc</filename>.
This will install files under <filename>/usr/local/pgsql/doc</filename>.
...
@@ -534,7 +534,7 @@ Then make a softlink to this file from
...
@@ -534,7 +534,7 @@ Then make a softlink to this file from
Run the regression tests. The regression tests are a test suite to verify that
Run the regression tests. The regression tests are a test suite to verify that
PostgreSQL runs on your machine in the way the developers expected it to.
PostgreSQL runs on your machine in the way the developers expected it to.
You should definitely do this before putting a server into production use.
You should definitely do this before putting a server into production use.
The file <filename>/usr/src/pgsql/postgresql-7.0
.0
/src/test/regress/README</filename>
The file <filename>/usr/src/pgsql/postgresql-7.0/src/test/regress/README</filename>
has detailed
has detailed
instructions for running and interpreting the regression tests.
instructions for running and interpreting the regression tests.
</Para>
</Para>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment