Skip to content

Commit 3b993ac

Browse files
committed
Fix link.
1 parent 3a9f82b commit 3b993ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/FAQ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Tue Jun 11 06:29:44 EDT 2002
4+
Last updated: Tue Jun 11 06:36:10 EDT 2002
55

66
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
77

doc/src/FAQ/FAQ.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
alink="#0000ff">
1515
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
1616

17-
<P>Last updated: Tue Jun 11 06:29:44 EDT 2002</P>
17+
<P>Last updated: Tue Jun 11 06:36:10 EDT 2002</P>
1818

1919
<P>Current maintainer: Bruce Momjian (<A href=
2020
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -1303,7 +1303,7 @@ <H4><A name="4.25">4.25</A>) How do I return multiple rows or
13031303
http://developer.postgresql.org/docs/postgres/plpgsql-cursors.html,</A>
13041304
section 23.7.3.3.</P>
13051305

1306-
<H4><A href="4.26">4.26</A>) Why can't I reliably create/drop
1306+
<H4><A name="4.26">4.26</A>) Why can't I reliably create/drop
13071307
temporary tables in PL/PgSQL functions?</H4>
13081308
PL/PgSQL caches function contents, and an unfortunate side effect
13091309
is that if a PL/PgSQL function accesses a temporary table, and that

0 commit comments

Comments
 (0)