From 3c1a8661eb8dae51589194310ce81866314777b1 Mon Sep 17 00:00:00 2001
From: Bruce Momjian Last updated: Tue Aug 31 23:28:02 EDT 2004 Last updated: Sun Nov 14 16:32:47 EST 2004 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)Frequently Asked Questions (FAQ) for PostgreSQL
-
@@ -137,8 +137,7 @@
from a function?
4.26) Why can't I reliably create/drop
temporary tables in PL/PgSQL functions?
- 4.27) What replication options are available?
- 4.28) What encryption options are available?
+ 4.27) What encryption options are available?
Extending PostgreSQL
@@ -1396,17 +1395,7 @@ BYTEA bytea variable-length byte array (null-byte safe)
EXECUTE for temporary table access in PL/PgSQL. This
will cause the query to be reparsed every time.
There are several master/slave replication options available. - These allow only the master to make database changes and the slave - can only do database reads. The bottom of - http://gborg.PostgreSQL.org/genpage?replication_research lists - them. A multi-master replication solution is being worked on at http://gborg.PostgreSQL.org/project/pgreplication/projdisplay.php.
- -