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
0b95390a
Commit
0b95390a
authored
May 09, 2005
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove encryption FAQ item now that we have a doc section.
parent
89517a2b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
39 deletions
+6
-39
doc/FAQ
doc/FAQ
+3
-18
doc/src/FAQ/FAQ.html
doc/src/FAQ/FAQ.html
+3
-21
No files found.
doc/FAQ
View file @
0b95390a
Frequently Asked Questions (FAQ) for PostgreSQL
Last updated:
Wed May 4 21:42:01
EDT 2005
Last updated:
Mon May 9 13:15:04
EDT 2005
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
...
@@ -78,8 +78,7 @@
4.18) How do I return multiple rows or columns from a function?
4.19) Why do I get "relation with OID ##### does not exist" errors
when accessing temporary tables in PL/PgSQL functions?
4.20) What encryption options are available?
4.21) What replication solutions are available?
4.20) What replication solutions are available?
_________________________________________________________________
General Questions
...
...
@@ -757,21 +756,7 @@
table access in PL/PgSQL. This will cause the query to be reparsed
every time.
4.20) What encryption options are available?
* contrib/pgcrypto contains many encryption functions for use in SQL
queries.
* To encrypt transmission from the client to the server, the server
must have the ssl option set to true in postgresql.conf, and an
applicable host or hostssl record must exist in pg_hba.conf, and
the client sslmode must not be disable. (Note that it is also
possible to use a third-party encrypted transport, such as stunnel
or ssh, rather than PostgreSQL's native SSL connections.)
* Database user passwords are automatically encrypted when stored in
the system tables.
* The server can also run using an encrypted file system.
4.21) What replication solutions are available?
4.20) What replication solutions are available?
Though "replication" is a single term, there are several technologies
for doing replication, with advantages and disadvantages for each.
...
...
doc/src/FAQ/FAQ.html
View file @
0b95390a
...
...
@@ -10,7 +10,7 @@
alink=
"#0000ff"
>
<H1>
Frequently Asked Questions (FAQ) for PostgreSQL
</H1>
<P>
Last updated:
Wed May 4 21:42:01
EDT 2005
</P>
<P>
Last updated:
Mon May 9 13:15:04
EDT 2005
</P>
<P>
Current maintainer: Bruce Momjian (
<A
href=
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</A>
)
...
...
@@ -115,8 +115,7 @@
<A
href=
"#4.19"
>
4.19
</A>
) Why do I get "relation with OID #####
does not exist" errors when accessing temporary tables in PL/PgSQL
functions?
<BR>
<A
href=
"#4.20"
>
4.20
</A>
) What encryption options are available?
<BR>
<A
href=
"#4.21"
>
4.21
</A>
) What replication solutions are available?
<BR>
<A
href=
"#4.20"
>
4.20
</A>
) What replication solutions are available?
<BR>
<HR>
...
...
@@ -980,24 +979,7 @@ length</TD></TR>
<SMALL>
EXECUTE
</SMALL>
for temporary table access in PL/PgSQL. This
will cause the query to be reparsed every time.
</P>
<H3><A
name=
"4.20"
>
4.20
</A>
) What encryption options are available?
</H3>
<UL>
<LI><I>
contrib/pgcrypto
</I>
contains many encryption functions for
use in
<SMALL>
SQL
</SMALL>
queries.
</LI>
<LI>
To encrypt transmission from the client to the server, the server
must have the
<I>
ssl
</I>
option set to
<I>
true
</I>
in
<I>
postgresql.conf,
</I>
and an applicable
<I>
host
</I>
or
<I>
hostssl
</I>
record must exist in
<I>
pg_hba.conf
</I>
, and the client
<I>
sslmode
</I>
must not be
<I>
disable.
</I>
(Note that it is also possible to use a third-party
encrypted transport, such as stunnel or ssh, rather than PostgreSQL's
native SSL connections.)
</LI>
<LI>
Database user passwords are automatically encrypted when stored in
the system tables.
</LI>
<LI>
The server can also run using an encrypted file system.
</LI>
</UL>
<H3><A
name=
"4.21"
>
4.21
</A>
) What replication solutions are available?
<H3><A
name=
"4.20"
>
4.20
</A>
) What replication solutions are available?
</H3>
<P>
Though "replication" is a single term, there are several technologies
...
...
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