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
a895cb78
Commit
a895cb78
authored
Nov 23, 1999
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change v6.5.2 to 6.5.2.
parent
36b0f673
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
doc/src/sgml/install.sgml
doc/src/sgml/install.sgml
+12
-12
No files found.
doc/src/sgml/install.sgml
View file @
a895cb78
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<Abstract>
<Abstract>
<Para>
<Para>
Complete installation instructions for
Complete installation instructions for
<ProductName>Postgres</ProductName>
v
6.5.3.
<ProductName>Postgres</ProductName> 6.5.3.
</Para>
</Para>
</Abstract>
</Abstract>
...
@@ -170,8 +170,8 @@ remaining steps in the installation will happen in this account.
...
@@ -170,8 +170,8 @@ remaining steps in the installation will happen in this account.
<Step Performance="required">
<Step Performance="required">
<Para>
<Para>
Ftp file
Ftp file
<ulink url="ftp://ftp.postgresql.org/pub/postgresql-
v
6.5.3.tar.gz">
<ulink url="ftp://ftp.postgresql.org/pub/postgresql-6.5.3.tar.gz">
<filename>ftp://ftp.postgresql.org/pub/postgresql-
v
6.5.3.tar.gz</filename></ulink>
<filename>ftp://ftp.postgresql.org/pub/postgresql-6.5.3.tar.gz</filename></ulink>
from the Internet. Store it in your home directory.
from the Internet. Store it in your home directory.
</Para>
</Para>
</Step>
</Step>
...
@@ -255,13 +255,13 @@ If you are upgrading from 6.4.* or earlier, back up your database.
...
@@ -255,13 +255,13 @@ If you are upgrading from 6.4.* or earlier, back up your database.
<tip>
<tip>
<para>
<para>
Do not use the <application>pg_dumpall</application>
Do not use the <application>pg_dumpall</application>
script from
v
6.0 or everything
script from 6.0 or everything
will be owned by the <ProductName>Postgres</ProductName> super user.
will be owned by the <ProductName>Postgres</ProductName> super user.
</para>
</para>
</tip>
</tip>
<para>
<para>
To dump your fairly recent post-
v
6.0 database installation, type
To dump your fairly recent post-6.0 database installation, type
<programlisting>
<programlisting>
$ pg_dumpall > db.out
$ pg_dumpall > db.out
...
@@ -275,7 +275,7 @@ from the new distribution:
...
@@ -275,7 +275,7 @@ from the new distribution:
<ProgramListing>
<ProgramListing>
$ cd
$ cd
$ gunzip -c postgresql-
v
6.5.3.tar.gz \
$ gunzip -c postgresql-6.5.3.tar.gz \
| tar xvf - src/bin/pg_dump/pg_dumpall
| tar xvf - src/bin/pg_dump/pg_dumpall
$ chmod a+x src/bin/pg_dump/pg_dumpall
$ chmod a+x src/bin/pg_dump/pg_dumpall
$ src/bin/pg_dump/pg_dumpall > db.out
$ src/bin/pg_dump/pg_dumpall > db.out
...
@@ -418,7 +418,7 @@ $ exit
...
@@ -418,7 +418,7 @@ $ exit
Unzip and untar the new source file. Type
Unzip and untar the new source file. Type
<ProgramListing>
<ProgramListing>
$ cd /usr/src/pgsql
$ cd /usr/src/pgsql
$ gunzip -c ~/postgresql-
v
6.5.3.tar.gz | tar xvf -
$ gunzip -c ~/postgresql-6.5.3.tar.gz | tar xvf -
</ProgramListing>
</ProgramListing>
</Para>
</Para>
</Step>
</Step>
...
@@ -780,7 +780,7 @@ $ initdb
...
@@ -780,7 +780,7 @@ $ initdb
location of this file will change accordingly.) This file should be
location of this file will change accordingly.) This file should be
made read only again once you are finished.
made read only again once you are finished.
If you are upgrading from
v
6.0 or later you can copy file <filename>pg_hba.conf</filename> from
If you are upgrading from 6.0 or later you can copy file <filename>pg_hba.conf</filename> from
your old database on top of the one in your new database, rather than
your old database on top of the one in your new database, rather than
redoing the file from scratch.
redoing the file from scratch.
</Para>
</Para>
...
@@ -1001,7 +1001,7 @@ For example,
...
@@ -1001,7 +1001,7 @@ For example,
<listitem>
<listitem>
<Para>
<Para>
For a i686/Linux-ELF platform, no tests failed since this is the
For a i686/Linux-ELF platform, no tests failed since this is the
v
6.5.3 regression testing reference platform.
6.5.3 regression testing reference platform.
</Para>
</Para>
</listitem>
</listitem>
...
@@ -1082,7 +1082,7 @@ $ cd
...
@@ -1082,7 +1082,7 @@ $ cd
$ psql -e template1 < db.out
$ psql -e template1 < db.out
</ProgramListing>
</ProgramListing>
If your pre-
v
6.2 database uses either path or polygon geometric data types,
If your pre-6.2 database uses either path or polygon geometric data types,
then you will need to upgrade any columns containing those types. To
then you will need to upgrade any columns containing those types. To
do so, type (from within psql)
do so, type (from within psql)
<ProgramListing>
<ProgramListing>
...
@@ -1115,7 +1115,7 @@ $ rm -rf /usr/src/pgsql_6_5
...
@@ -1115,7 +1115,7 @@ $ rm -rf /usr/src/pgsql_6_5
$ rm -rf /usr/local/pgsql_6_5
$ rm -rf /usr/local/pgsql_6_5
# Also delete old database directory tree if it is not in
# Also delete old database directory tree if it is not in
# /usr/local/pgsql_6_5/data
# /usr/local/pgsql_6_5/data
$ rm ~/postgresql-
v
6.5.3.tar.gz
$ rm ~/postgresql-6.5.3.tar.gz
</ProgramListing>
</ProgramListing>
</Para>
</Para>
</Step>
</Step>
...
@@ -1162,7 +1162,7 @@ $ lpr -l -s -r manpage.hp
...
@@ -1162,7 +1162,7 @@ $ lpr -l -s -r manpage.hp
<itemizedlist>
<itemizedlist>
<listitem>
<listitem>
<para>
<para>
The version of <ProductName>Postgres</ProductName> (
v
6.5.3, 6.5, beta 990318, etc.).
The version of <ProductName>Postgres</ProductName> (6.5.3, 6.5, beta 990318, etc.).
</para>
</para>
</listitem>
</listitem>
...
...
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