|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.362 2005/08/24 22:03:14 tgl Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.363 2005/08/25 00:38:37 momjian Exp $ |
3 | 3 |
|
4 | 4 | Typical markup: |
5 | 5 |
|
@@ -1317,7 +1317,8 @@ pg_[A-Za-z0-9_] <application> |
1317 | 1317 | particularly so when multiple values need to be returned. |
1318 | 1318 | While returning multiple values from a function |
1319 | 1319 | was possible in previous releases, this greatly simplifies the |
1320 | | - process. (The feature will be extended to other PLs in due course.) |
| 1320 | + process. (The feature will be extended to other server-side |
| 1321 | + languages in future releases.) |
1321 | 1322 | </para> |
1322 | 1323 | </listitem> |
1323 | 1324 |
|
|