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
981e5acd
Commit
981e5acd
authored
13 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Move pg_upgrade doc mention of the port numbers to the same place.
parent
7aeff9f4
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/pgupgrade.sgml
+3
-3
3 additions, 3 deletions
doc/src/sgml/pgupgrade.sgml
with
3 additions
and
3 deletions
doc/src/sgml/pgupgrade.sgml
+
3
−
3
View file @
981e5acd
...
@@ -201,9 +201,7 @@ mv /usr/local/pgsql /usr/local/pgsql.old
...
@@ -201,9 +201,7 @@ mv /usr/local/pgsql /usr/local/pgsql.old
<title>Install the new PostgreSQL binaries</title>
<title>Install the new PostgreSQL binaries</title>
<para>
<para>
Install the new server's binaries and support files. You can use the
Install the new server's binaries and support files.
same port numbers for both clusters, typically 5432, because the old and
new clusters will not be running at the same time.
</para>
</para>
<para>
<para>
...
@@ -340,6 +338,8 @@ pg_upgrade.exe
...
@@ -340,6 +338,8 @@ pg_upgrade.exe
Obviously, no one should be accessing the clusters during the
Obviously, no one should be accessing the clusters during the
upgrade. <application>pg_upgrade</> defaults to running servers
upgrade. <application>pg_upgrade</> defaults to running servers
on port 50432 to avoid unintended client connections.
on port 50432 to avoid unintended client connections.
You can use the same port numbers for both clusters because the
old and new clusters will not be running at the same time.
</para>
</para>
<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