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
e261306b
Commit
e261306b
authored
25 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update install for upgraders.
parent
d57dcbf3
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
+3
-2
3 additions, 2 deletions
INSTALL
doc/src/sgml/install.sgml
+4
-3
4 additions, 3 deletions
doc/src/sgml/install.sgml
with
7 additions
and
5 deletions
INSTALL
+
3
−
2
View file @
e261306b
...
...
@@ -199,7 +199,7 @@ For a fresh install or upgrading from previous releases of PostgreSQL:
works.
If you used pg_dumpall, move the old director
ies
out of the
If you used pg_dumpall, move the old director
y
out of the
way. Type the following:
> mv /usr/local/pgsql /usr/local/pgsql.old
...
...
@@ -250,7 +250,8 @@ For a fresh install or upgrading from previous releases of PostgreSQL:
then the above was necessary. Simply do this step then.
9. Create the database installation (the working data files). To do this
9. If you moved the old directory out of the way,
create the database installation (the working data files). To do this
you must log in to your PostgreSQL superuser account. It will not work
as root.
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/install.sgml
+
4
−
3
View file @
e261306b
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.41.2.
3
2000/06/05 1
0:59:16
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.41.2.
4
2000/06/05 1
7:02:27
momjian Exp $
-->
<chapter id="install">
...
...
@@ -326,7 +326,7 @@ All of PostgreSQL is successfully made. Ready to install.
</tip>
<para>
If you used pg_dumpall, move the old director
ies
out of the way.
If you used pg_dumpall, move the old director
y
out of the way.
Type the following:
<programlisting>
> mv /usr/local/pgsql /usr/local/pgsql.old
...
...
@@ -392,7 +392,8 @@ libpq.so.2.1: cannot open shared object file: No such file or directory
<step performance="required">
<para>
Create the database installation (the working data files).
If you moved the old directory out of the way,
create the database installation (the working data files).
To do this you must log in to your
<productname>PostgreSQL</productname> superuser account. It will not
work as root.
...
...
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