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
6f09df7f
Commit
6f09df7f
authored
Nov 30, 2000
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor tweaks in installation instructions, regenerate INSTALL file.
parent
37b7d5c3
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
170 additions
and
137 deletions
+170
-137
INSTALL
INSTALL
+153
-119
doc/src/sgml/installation.sgml
doc/src/sgml/installation.sgml
+13
-14
doc/src/sgml/standalone-install.sgml
doc/src/sgml/standalone-install.sgml
+4
-4
No files found.
INSTALL
View file @
6f09df7f
This diff is collapsed.
Click to expand it.
doc/src/sgml/installation.sgml
View file @
6f09df7f
<
!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.
29 2000/11/20 22:01:21
petere Exp $ -->
<
!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.
30 2000/11/30 21:44:07
petere Exp $ -->
<
chapter
id
=
"installation"
>
<
title
><
![%flattext-install-include[<productname>PostgreSQL</>
]]>
Installation Instructions</title>
<
title
><
![%flattext-install-include[<productname>PostgreSQL</>
]]>
Installation Instructions</title>
<
sect1
id
=
"install-short"
>
<
title
>
Short
Version
</
title
>
...
...
@@ -176,7 +176,7 @@ su - postgres
<
screen
>
<
userinput
>
pg_dumpall
&
gt
;
<
replaceable
>
outputfile
</></
userinput
>
</
screen
>
If
you
need
to
preserve
the
oid
s
(
such
as
when
using
them
as
If
you
need
to
preserve
the
OID
s
(
such
as
when
using
them
as
foreign
keys
),
then
use
the
-
o
option
when
running
<
application
>
pg_dumpall
</>.
</
para
>
...
...
@@ -206,9 +206,9 @@ su - postgres
<para>
On systems which have <productname>PostgreSQL</> started at boot time, there is
probably a start-up file that will accomplish the same thing. For
example, on a Red
h
at Linux system one might find that
example, on a Red
H
at Linux system one might find that
<screen>
<userinput>/etc/rc.d/init.d/postgres
.init
stop</userinput>
<userinput>/etc/rc.d/init.d/postgres
ql
stop</userinput>
</screen>
works.
</para>
...
...
@@ -248,8 +248,7 @@ su - postgres
<![%flattext-install-include[the <citetitle>Administrator'
s
Guide
</>,]]>
<
![%flattext-install-ignore[<xref linkend="migration">,]]>
which
you
are
encouraged
to
read
in
any
case
.
The
<
application
>
pg_upgrade
</>
utility
can
also
often
be
used
.
to
read
in
any
case
.
</
para
>
</
sect1
>
...
...
@@ -609,7 +608,7 @@ su - postgres
<
term
>--
with
-
krb5
=<
replaceable
>
DIRECTORY
</></
term
>
<
listitem
>
<
para
>
Build
with
supp
p
ort
for
Kerberos
authentication
.
You
can
use
Build
with
support
for
Kerberos
authentication
.
You
can
use
either
Kerberos
version
4
or
5
,
but
not
both
.
The
<
replaceable
>
DIRECTORY
</>
argument
specifies
the
root
directory
of
the
Kerberos
installation
;
...
...
@@ -855,7 +854,7 @@ setenv LD_LIBRARY_PATH /usr/local/pgsql/lib
</
para
>
<
para
>
On
some
systems
it
might
be
prefer
r
able
to
set
the
environment
On
some
systems
it
might
be
preferable
to
set
the
environment
variable
<
envar
>
LD_RUN_PATH
</
envar
>
<
emphasis
>
before
</
emphasis
>
building
.
</
para
>
...
...
@@ -1098,11 +1097,11 @@ gunzip -c user.ps.gz \
<title>Supported Platforms</title>
<para>
At the time of release, <productname>PostgreSQL</> &version; has been verified by the
developer community to work on the following platforms
. A supported
platform generally means that <productname>PostgreSQL</> builds and
installs according
to these instructions and that the regression tests pass, except
for minor difference
s.
<productname>PostgreSQL</> has been verified by the developer
community to work on the platforms listed below
. A supported
platform generally means that <productname>PostgreSQL</> builds and
installs according to these instructions and that the regression
tests pas
s.
</para>
<note>
...
...
doc/src/sgml/standalone-install.sgml
View file @
6f09df7f
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/standalone-install.sgml,v 2.
1 2000/07/21 00:44:13
petere Exp $ -->
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/standalone-install.sgml,v 2.
2 2000/11/30 21:44:07
petere Exp $ -->
<!--
This file helps in generating the INSTALL text file that lives in the
...
...
@@ -15,14 +15,14 @@ this:
5. Put in place of old INSTALL file
Running
`
make INSTALL' in the doc/src/sgml directory will do 1 through
Running
'
make INSTALL' in the doc/src/sgml directory will do 1 through
3 for you.
-->
<!doctype chapter PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
<!entity version "7.1
">
<!entity majorversion "7.1">
<!entity % version SYSTEM "version.sgml
">
%version;
<!--
The standalone version has some portions that are different from the
...
...
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