From a3f208539c5b564ed7c24bf087e01fffce4d796c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 10 Dec 2007 00:32:25 +0000 Subject: FAQ wording and markup fix. Euler Taveira de Oliveira --- doc/src/FAQ/FAQ.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/src/FAQ') diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html index 519a5ac5b8c..e1f0b31fba7 100644 --- a/doc/src/FAQ/FAQ.html +++ b/doc/src/FAQ/FAQ.html @@ -10,7 +10,7 @@ alink="#0000ff">
Last updated: Fri Nov 16 10:53:50 EST 2007
+Last updated: Sun Dec 9 19:31:34 EST 2007
Current maintainer: Bruce Momjian (bruce@momjian.us) @@ -127,7 +127,7 @@
PostgreSQL is pronounced Post-Gres-Q-L. (For those curious
about how to say "PostgreSQL", an
does not exist" errors when accessing temporary tables in PL/PgSQL
functions?
- In PostgreSQL versions < 8.3, PL/PgSQL caches function scripts, and
+ In PostgreSQL versions < 8.3, PL/PgSQL caches function scripts, and
an unfortunate side effect is that if a PL/PgSQL function accesses a
temporary table, and that table is later dropped and recreated, and
the function called again, the function will fail because the cached
--
cgit v1.2.3