Skip to content

Commit f8e9fb2

Browse files
committed
Update URL for set-returning functions.
1 parent afc7e0d commit f8e9fb2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/FAQ

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Thu Feb 8 22:43:13 EST 2007
4+
Last updated: Tue Feb 20 22:50:50 EST 2007
55

66
Current maintainer: Bruce Momjian (bruce@momjian.us)
77

@@ -817,7 +817,7 @@
817817
4.18) How do I return multiple rows or columns from a function?
818818

819819
It is easy using set-returning functions,
820-
http://techdocs.postgresql.org/guides/SetReturningFunctions
820+
http://www.postgresql.org/docs/techdocs.17
821821
.
822822

823823
4.19) Why do I get "relation with OID ##### does not exist" errors when

doc/src/FAQ/FAQ.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
alink="#0000ff">
1111
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
1212

13-
<P>Last updated: Thu Feb 8 22:43:13 EST 2007</P>
13+
<P>Last updated: Tue Feb 20 22:50:50 EST 2007</P>
1414

1515
<P>Current maintainer: Bruce Momjian (<A href=
1616
"mailto:bruce@momjian.us">bruce@momjian.us</A>)
@@ -1069,8 +1069,8 @@ <H3 id="item4.18">4.18) How do I return multiple rows or
10691069
columns from a function?</H3>
10701070

10711071
<P>It is easy using set-returning functions,
1072-
<a href="http://techdocs.postgresql.org/guides/SetReturningFunctions">
1073-
http://techdocs.postgresql.org/guides/SetReturningFunctions</a></P>.
1072+
<a href="http://www.postgresql.org/docs/techdocs.17">
1073+
http://www.postgresql.org/docs/techdocs.17</a></P>.
10741074

10751075
<H3 id="item4.19">4.19) Why do I get "relation with OID #####
10761076
does not exist" errors when accessing temporary tables in PL/PgSQL

0 commit comments

Comments
 (0)