|
10 | 10 | alink="#0000ff">
|
11 | 11 | <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
|
12 | 12 |
|
13 |
| - <P>Last updated: Tue Aug 31 23:28:02 EDT 2004</P> |
| 13 | + <P>Last updated: Sun Nov 14 16:32:47 EST 2004</P> |
14 | 14 |
|
15 | 15 | <P>Current maintainer: Bruce Momjian (<A href=
|
16 | 16 | "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
|
@@ -137,8 +137,7 @@ <H2 align="center">Operational Questions</H2>
|
137 | 137 | from a function?<BR>
|
138 | 138 | <A href="#4.26">4.26</A>) Why can't I reliably create/drop
|
139 | 139 | temporary tables in PL/PgSQL functions?<BR>
|
140 |
| - <A href="#4.27">4.27</A>) What replication options are available?<BR> |
141 |
| - <A href="#4.28">4.28</A>) What encryption options are available?<BR> |
| 140 | + <A href="#4.28">4.27</A>) What encryption options are available?<BR> |
142 | 141 |
|
143 | 142 |
|
144 | 143 | <H2 align="center">Extending PostgreSQL</H2>
|
@@ -1396,17 +1395,7 @@ <H4><A name="4.26">4.26</A>) Why can't I reliably create/drop
|
1396 | 1395 | <SMALL>EXECUTE</SMALL> for temporary table access in PL/PgSQL. This
|
1397 | 1396 | will cause the query to be reparsed every time.</P>
|
1398 | 1397 |
|
1399 |
| - <H4><A name="4.27">4.27</A>) What replication options are available? |
1400 |
| - </H4> |
1401 |
| - <P>There are several master/slave replication options available. |
1402 |
| - These allow only the master to make database changes and the slave |
1403 |
| - can only do database reads. The bottom of <a |
1404 |
| - href="http://gborg.PostgreSQL.org/genpage?replication_research"> |
1405 |
| - http://gborg.PostgreSQL.org/genpage?replication_research</a> lists |
1406 |
| - them. A multi-master replication solution is being worked on at <a |
1407 |
| - href="http://gborg.PostgreSQL.org/project/pgreplication/projdisplay.php">http://gborg.PostgreSQL.org/project/pgreplication/projdisplay.php</a>.</P> |
1408 |
| - |
1409 |
| - <H4><A name="4.28">4.28</A>) What encryption options are available? |
| 1398 | + <H4><A name="4.27">4.27</A>) What encryption options are available? |
1410 | 1399 | </H4>
|
1411 | 1400 | <UL>
|
1412 | 1401 | <LI><I>contrib/pgcrypto</I> contains many encryption functions for
|
|
0 commit comments