Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0b95390

Browse files
committed
Remove encryption FAQ item now that we have a doc section.
1 parent89517a2 commit0b95390

File tree

2 files changed

+6
-39
lines changed

2 files changed

+6
-39
lines changed

‎doc/FAQ

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated:Wed May4 21:42:01 EDT 2005
4+
Last updated:Mon May9 13:15:04 EDT 2005
55

66
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
77

@@ -78,8 +78,7 @@
7878
4.18) How do I return multiple rows or columns from a function?
7979
4.19) Why do I get "relation with OID ##### does not exist" errors
8080
when accessing temporary tables in PL/PgSQL functions?
81-
4.20) What encryption options are available?
82-
4.21) What replication solutions are available?
81+
4.20) What replication solutions are available?
8382
_________________________________________________________________
8483

8584
General Questions
@@ -757,21 +756,7 @@
757756
table access in PL/PgSQL. This will cause the query to be reparsed
758757
every time.
759758

760-
4.20) What encryption options are available?
761-
762-
* contrib/pgcrypto contains many encryption functions for use in SQL
763-
queries.
764-
* To encrypt transmission from the client to the server, the server
765-
must have the ssl option set to true in postgresql.conf, and an
766-
applicable host or hostssl record must exist in pg_hba.conf, and
767-
the client sslmode must not be disable. (Note that it is also
768-
possible to use a third-party encrypted transport, such as stunnel
769-
or ssh, rather than PostgreSQL's native SSL connections.)
770-
* Database user passwords are automatically encrypted when stored in
771-
the system tables.
772-
* The server can also run using an encrypted file system.
773-
774-
4.21) What replication solutions are available?
759+
4.20) What replication solutions are available?
775760

776761
Though "replication" is a single term, there are several technologies
777762
for doing replication, with advantages and disadvantages for each.

‎doc/src/FAQ/FAQ.html

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
alink="#0000ff">
1111
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
1212

13-
<P>Last updated:Wed May4 21:42:01 EDT 2005</P>
13+
<P>Last updated:Mon May9 13:15:04 EDT 2005</P>
1414

1515
<P>Current maintainer: Bruce Momjian (<Ahref=
1616
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)
@@ -115,8 +115,7 @@ <H2 align="center">Operational Questions</H2>
115115
<Ahref="#4.19">4.19</A>) Why do I get "relation with OID #####
116116
does not exist" errors when accessing temporary tables in PL/PgSQL
117117
functions?<BR>
118-
<Ahref="#4.20">4.20</A>) What encryption options are available?<BR>
119-
<Ahref="#4.21">4.21</A>) What replication solutions are available?<BR>
118+
<Ahref="#4.20">4.20</A>) What replication solutions are available?<BR>
120119

121120

122121
<HR>
@@ -980,24 +979,7 @@ <H3><A name="4.19">4.19</A>) Why do I get "relation with OID #####
980979
<SMALL>EXECUTE</SMALL> for temporary table access in PL/PgSQL. This
981980
will cause the query to be reparsed every time.</P>
982981

983-
<H3><Aname="4.20">4.20</A>) What encryption options are available?
984-
</H3>
985-
<UL>
986-
<LI><I>contrib/pgcrypto</I> contains many encryption functions for
987-
use in<SMALL>SQL</SMALL> queries.</LI>
988-
<LI>To encrypt transmission from the client to the server, the server
989-
must have the<I>ssl</I> option set to<I>true</I> in<I>postgresql.conf,
990-
</I> and an applicable<I>host</I> or<I>hostssl</I> record must exist in
991-
<I>pg_hba.conf</I>, and the client<I>sslmode</I> must not be
992-
<I>disable.</I> (Note that it is also possible to use a third-party
993-
encrypted transport, such as stunnel or ssh, rather than PostgreSQL's
994-
native SSL connections.)</LI>
995-
<LI>Database user passwords are automatically encrypted when stored in
996-
the system tables.</LI>
997-
<LI>The server can also run using an encrypted file system.</LI>
998-
</UL>
999-
1000-
<H3><Aname="4.21">4.21</A>) What replication solutions are available?
982+
<H3><Aname="4.20">4.20</A>) What replication solutions are available?
1001983
</H3>
1002984

1003985
<P>Though "replication" is a single term, there are several technologies

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp