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
4b9904a0
Commit
4b9904a0
authored
14 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update pg_upgrade docs to show options in alphabetical order, and
improve 8.3 doc limitations paragraph.
parent
00be7541
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/pgupgrade.sgml
+32
-29
32 additions, 29 deletions
doc/src/sgml/pgupgrade.sgml
with
32 additions
and
29 deletions
doc/src/sgml/pgupgrade.sgml
+
32
−
29
View file @
4b9904a0
<!-- $PostgreSQL: pgsql/doc/src/sgml/pgupgrade.sgml,v 1.
9
2010/05/
19 20:47:18
momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/pgupgrade.sgml,v 1.
10
2010/05/
24 17:43:39
momjian Exp $ -->
<sect1 id="pgupgrade">
<title>pg_upgrade</title>
...
...
@@ -35,18 +35,6 @@
<variablelist>
<varlistentry>
<term><option>-d</option> <replaceable>OLDDATADIR</></term>
<term><option>--old-datadir</option> <replaceable>OLDDATADIR</></term>
<listitem><para>specify the old cluster data directory</para></listitem>
</varlistentry>
<varlistentry>
<term><option>-D</option> <replaceable>NEWDATADIR</></term>
<term><option>--new-datadir</option> <replaceable>NEWDATADIR</></term>
<listitem><para>specify the new cluster data directory</para></listitem>
</varlistentry>
<varlistentry>
<term><option>-b</option> <replaceable>OLDBINDIR</></term>
<term><option>--old-bindir</option> <replaceable>OLDBINDIR</></term>
...
...
@@ -60,31 +48,25 @@
</varlistentry>
<varlistentry>
<term><option>-p</option> <replaceable>portnum</></term>
<term><option>--old-port</option> <replaceable>portnum</></term>
<listitem><para>specify the old cluster port number</para></listitem>
</varlistentry>
<varlistentry>
<term><option>-P</option> <replaceable>portnum</></term>
<term><option>--new-port</option> <replaceable>portnum</></term>
<listitem><para>specify the new cluster port number</para></listitem>
<term><option>-c</option></term>
<term><option>--check</option></term>
<listitem><para>check clusters only, don't change any data</para></listitem>
</varlistentry>
<varlistentry>
<term><option>-
u
</option> <replaceable>
username
</></term>
<term><option>--
use
r</option> <replaceable>
username
</></term>
<listitem><para>
clusters superuser
</para></listitem>
<term><option>-
d
</option> <replaceable>
OLDDATADIR
</></term>
<term><option>--
old-datadi
r</option> <replaceable>
OLDDATADIR
</></term>
<listitem><para>
specify the old cluster data directory
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>-
c
</option></term>
<term><option>--
check</option
></term>
<listitem><para>
check clusters only, don't change any data
</para></listitem>
<term><option>-
D
</option>
<replaceable>NEWDATADIR</>
</term>
<term><option>--
new-datadir</option> <replaceable>NEWDATADIR</
></term>
<listitem><para>
specify the new cluster data directory
</para></listitem>
</varlistentry>
<varlistentry>
<term><option>-
d
</option></term>
<term><option>-
g
</option></term>
<term><option>--debug</option></term>
<listitem><para>enable debugging</para></listitem>
</varlistentry>
...
...
@@ -107,6 +89,24 @@
<listitem><para>log session activity to file</para></listitem>
</varlistentry>
<varlistentry>
<term><option>-p</option> <replaceable>portnum</></term>
<term><option>--old-port</option> <replaceable>portnum</></term>
<listitem><para>specify the old cluster port number</para></listitem>
</varlistentry>
<varlistentry>
<term><option>-P</option> <replaceable>portnum</></term>
<term><option>--new-port</option> <replaceable>portnum</></term>
<listitem><para>specify the new cluster port number</para></listitem>
</varlistentry>
<varlistentry>
<term><option>-u</option> <replaceable>username</></term>
<term><option>--user</option> <replaceable>username</></term>
<listitem><para>clusters superuser</para></listitem>
</varlistentry>
<varlistentry>
<term><option>-v</option></term>
<term><option>--verbose</option></term>
...
...
@@ -120,6 +120,7 @@
</varlistentry>
<varlistentry>
<term><option>-?</option></term>
<term><option>-h</option></term>
<term><option>--help</option></term>
<listitem><para>show help, then exit</para></listitem>
...
...
@@ -441,6 +442,8 @@ psql --username postgres --file script.sql postgres
<para>
Upgrading from PostgreSQL 8.3 has additional restrictions not present
when upgrading from later PostgreSQL releases. For example,
pg_upgrade will not work for a migration from 8.3 if a user column
is defined as:
<itemizedlist>
...
...
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