Skip to content

Commit c86fac2

Browse files
committed
Fix link.
1 parent fc53730 commit c86fac2

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: Mon Jun 10 15:49:44 EDT 2002
4+
Last updated: Mon Jun 10 16:44:55 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: Mon Jun 10 15:49:44 EDT 2002</P>
17+
<P>Last updated: Mon Jun 10 16:44:55 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>
@@ -1317,7 +1317,7 @@ <H4><A name="4.25">4.25</A>) How do I return multiple rows or
13171317
http://developer.postgresql.org/docs/postgres/plpgsql-cursors.html,</A>
13181318
section 23.7.3.3.</P>
13191319

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

0 commit comments

Comments
 (0)