mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
Add dash to:
set-returning functions or SRF's. for clarity.
This commit is contained in:
parent
b19adc1aae
commit
3c731e0ed7
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user