]> granicus.if.org Git - postgresql/commitdiff
Fix link.
authorBruce Momjian <bruce@momjian.us>
Mon, 10 Jun 2002 20:45:07 +0000 (20:45 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 10 Jun 2002 20:45:07 +0000 (20:45 +0000)
doc/FAQ
doc/src/FAQ/FAQ.html

diff --git a/doc/FAQ b/doc/FAQ
index 165bc94d4effeb05780088f7078fb8fc9a45386a..3a63f7f38d6a8847fac4c63283a44dad209bd69e 100644 (file)
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,7 +1,7 @@
 
                 Frequently Asked Questions (FAQ) for PostgreSQL
                                        
-   Last updated: Mon Jun 10 15:49:44 EDT 2002
+   Last updated: Mon Jun 10 16:44:55 EDT 2002
    
    Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
    
index 09faa581ff6f2550a3f25aff11b773274dd262be..d40aa45f36a54d3b53ccc104f0fadd43a4894bd7 100644 (file)
@@ -14,7 +14,7 @@
   alink="#0000ff">
     <H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
 
-    <P>Last updated: Mon Jun 10 15:49:44 EDT 2002</P>
+    <P>Last updated: Mon Jun 10 16:44:55 EDT 2002</P>
 
     <P>Current maintainer: Bruce Momjian (<A href=
     "mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -1317,7 +1317,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 href="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