From: Bruce Momjian Date: Tue, 11 Jun 2002 10:36:16 +0000 (+0000) Subject: Fix link. X-Git-Tag: REL7_3~1430 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b993acf19f83b2e8fa0517fdb7b08dfe1ad9dd1;p=postgresql Fix link. --- diff --git a/doc/FAQ b/doc/FAQ index d16bae5a68..4052044954 100644 --- a/doc/FAQ +++ b/doc/FAQ @@ -1,7 +1,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL - Last updated: Tue Jun 11 06:29:44 EDT 2002 + Last updated: Tue Jun 11 06:36:10 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 3ade961eec..32762e38ea 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -14,7 +14,7 @@ alink="#0000ff">

Frequently Asked Questions (FAQ) for PostgreSQL

-

Last updated: Tue Jun 11 06:29:44 EDT 2002

+

Last updated: Tue Jun 11 06:36:10 EDT 2002

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -1303,7 +1303,7 @@ BYTEA bytea variable-length byte array (null-byte safe) http://developer.postgresql.org/docs/postgres/plpgsql-cursors.html, section 23.7.3.3.

-

4.26) Why can't I reliably create/drop +

4.26) Why can't I reliably create/drop temporary tables in PL/PgSQL functions?

PL/PgSQL caches function contents, and an unfortunate side effect is that if a PL/PgSQL function accesses a temporary table, and that