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
7c177a49
Commit
7c177a49
authored
24 years ago
by
Peter Eisentraut
Browse files
Options
Downloads
Patches
Plain Diff
Remove portions of SSL documentation patch that were installed twice.
parent
12e7558c
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
doc/src/sgml/client-auth.sgml
+1
-15
1 addition, 15 deletions
doc/src/sgml/client-auth.sgml
doc/src/sgml/installation.sgml
+1
-19
1 addition, 19 deletions
doc/src/sgml/installation.sgml
with
2 additions
and
34 deletions
doc/src/sgml/client-auth.sgml
+
1
−
15
View file @
7c177a49
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.
7
2000/10/
16 03:25:16 momjian
Exp $ -->
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v 1.
8
2000/10/
21 01:08:34 petere
Exp $ -->
<chapter id="client-authentication">
<chapter id="client-authentication">
<title>Client Authentication</title>
<title>Client Authentication</title>
...
@@ -80,20 +80,6 @@ hostssl <replaceable>database</replaceable> <replaceable>IP-address</replaceable
...
@@ -80,20 +80,6 @@ hostssl <replaceable>database</replaceable> <replaceable>IP-address</replaceable
</listitem>
</listitem>
</varlistentry>
</varlistentry>
<varlistentry>
<term><literal>hostssl</literal></term>
<listitem>
<para>
This record pertains to connection attemps with SSL over
TCP/IP. Note that SSL connections are completely disabled
unless the server is started with the <option>-i</option>,
and also require ordinary TCP/IP connections to be enabled.
SSL connections also require SSL support to be enabled in
the backend at compile time.
</para>
</listitem>
</varlistentry>
<varlistentry>
<varlistentry>
<term><literal>hostssl</literal></term>
<term><literal>hostssl</literal></term>
<listitem>
<listitem>
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/installation.sgml
+
1
−
19
View file @
7c177a49
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.2
5
2000/10/
17 15:26:40
petere Exp $ -->
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.2
6
2000/10/
21 01:08:34
petere Exp $ -->
<chapter id="installation">
<chapter id="installation">
<title><![%flattext-install-include[<productname>PostgreSQL</> ]]>Installation Instructions</title>
<title><![%flattext-install-include[<productname>PostgreSQL</> ]]>Installation Instructions</title>
...
@@ -665,24 +665,6 @@ su - postgres
...
@@ -665,24 +665,6 @@ su - postgres
</listitem>
</listitem>
</varlistentry>
</varlistentry>
<varlistentry>
<term>--with-openssl=<replaceable>DIRECTORY</></term>
<listitem>
<para>
Build with support for SSL (encrypted) connections.
This requires the OpenSSL library to be installed.
The <replaceable>DIRECTORY</> argument specifies the
root directory of the OpenSSL installation.
</para>
<para>
<filename>configure</> will check for the required header
files and libraries to make sure that your OpenSSL
installation is sufficient before proceeding.
</para>
</listitem>
</varlistentry>
<varlistentry>
<varlistentry>
<term>--enable-syslog</term>
<term>--enable-syslog</term>
<listitem>
<listitem>
...
...
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