Add dash to:

set-returning functions or SRF's.

for clarity.
This commit is contained in:
Bruce Momjian 2003-01-17 03:28:18 +00:00
parent b19adc1aae
commit 3c731e0ed7
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/xfunc.sgml,v 1.62 2002/11/15 03:11:17 momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/xfunc.sgml,v 1.63 2003/01/17 03:28:18 momjian Exp $
-->
<chapter id="xfunc">
@ -1497,7 +1497,7 @@ LANGUAGE C;
either base (scalar) data types, or composite (multi-column) data types.
The API is split into two main components: support for returning
composite data types, and support for returning multiple rows
(set returning functions or <acronym>SRF</>s).
(set-returning functions or <acronym>SRF</>s).
</para>
<para>