Commit 3379f7b9 authored by Bruce Momjian's avatar Bruce Momjian

Update FAQ.

parent e350d3d9
Frequently Asked Questions (FAQ) for PostgreSQL Frequently Asked Questions (FAQ) for PostgreSQL
Last updated: Fri Oct 11 00:59:31 EDT 2002 Last updated: Fri Oct 11 13:54:56 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -1076,7 +1076,7 @@ SELECT * ...@@ -1076,7 +1076,7 @@ SELECT *
4.27) What replication options are available? 4.27) What replication options are available?
There are several master/slave replication solutions available. These There are several master/slave replication options available. These
allow only the master to make database changes and the slave can only allow only the master to make database changes and the slave can only
do database reads. The bottom of do database reads. The bottom of
http://gborg.postgresql.org/genpage?replication_research lists them. A http://gborg.postgresql.org/genpage?replication_research lists them. A
...@@ -1092,6 +1092,7 @@ SELECT * ...@@ -1092,6 +1092,7 @@ SELECT *
* Database user passwords are automatically encrypted when stored in * Database user passwords are automatically encrypted when stored in
version 7.3. In previous versions, you must enable version 7.3. In previous versions, you must enable
password_encryption in postgresql.conf. password_encryption in postgresql.conf.
* The server can run using an encrypted file system.
_________________________________________________________________ _________________________________________________________________
Extending PostgreSQL Extending PostgreSQL
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
alink="#0000ff"> alink="#0000ff">
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1> <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
<P>Last updated: Fri Oct 11 00:59:31 EDT 2002</P> <P>Last updated: Fri Oct 11 13:54:56 EDT 2002</P>
<P>Current maintainer: Bruce Momjian (<A href= <P>Current maintainer: Bruce Momjian (<A href=
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR> "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
...@@ -1378,7 +1378,7 @@ BYTEA bytea variable-length byte array (null-byte safe) ...@@ -1378,7 +1378,7 @@ BYTEA bytea variable-length byte array (null-byte safe)
<H4><A name="4.27">4.27</A>) What replication options are available? <H4><A name="4.27">4.27</A>) What replication options are available?
</H4> </H4>
<P>There are several master/slave replication solutions available. <P>There are several master/slave replication options available.
These allow only the master to make database changes and the slave These allow only the master to make database changes and the slave
can only do database reads. The bottom of <a can only do database reads. The bottom of <a
href="http://gborg.postgresql.org/genpage?replication_research"> href="http://gborg.postgresql.org/genpage?replication_research">
...@@ -1397,6 +1397,7 @@ BYTEA bytea variable-length byte array (null-byte safe) ...@@ -1397,6 +1397,7 @@ BYTEA bytea variable-length byte array (null-byte safe)
<LI>Database user passwords are automatically encrypted when stored <LI>Database user passwords are automatically encrypted when stored
in version 7.3. In previous versions, you must enable in version 7.3. In previous versions, you must enable
<I>password_encryption</I> in <I>postgresql.conf</I>.</LI> <I>password_encryption</I> in <I>postgresql.conf</I>.</LI>
<LI>The server can run using an encrypted file system.</LI>
</UL> </UL>
<HR> <HR>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment