diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-06-11 10:36:16 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-06-11 10:36:16 +0000 |
commit | 3b993acf19f83b2e8fa0517fdb7b08dfe1ad9dd1 (patch) | |
tree | 667c55d7ce232d7c04f215a63aa81fcaaca1fbba | |
parent | 3a9f82bf780b21a2e24563a8fa6f8a0a3ca0c98a (diff) | |
download | postgresql-3b993acf19f83b2e8fa0517fdb7b08dfe1ad9dd1.tar.gz postgresql-3b993acf19f83b2e8fa0517fdb7b08dfe1ad9dd1.zip |
Fix link.
-rw-r--r-- | doc/FAQ | 2 | ||||
-rw-r--r-- | doc/src/FAQ/FAQ.html | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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 3ade961eec8..32762e38ea2 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -14,7 +14,7 @@ alink="#0000ff"> <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1> - <P>Last updated: Tue Jun 11 06:29:44 EDT 2002</P> + <P>Last updated: Tue Jun 11 06:36:10 EDT 2002</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR> @@ -1303,7 +1303,7 @@ BYTEA bytea variable-length byte array (null-byte safe) http://developer.postgresql.org/docs/postgres/plpgsql-cursors.html,</A> section 23.7.3.3.</P> - <H4><A href="4.26">4.26</A>) Why can't I reliably create/drop + <H4><A name="4.26">4.26</A>) Why can't I reliably create/drop temporary tables in PL/PgSQL functions?</H4> PL/PgSQL caches function contents, and an unfortunate side effect is that if a PL/PgSQL function accesses a temporary table, and that |