From: Bruce Momjian Date: Fri, 17 Jan 2003 03:28:18 +0000 (+0000) Subject: Add dash to: X-Git-Tag: REL7_4_BETA1~1183 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3c731e0ed767da7695598ae1d9792e4b6d9b0366;p=thirdparty%2Fpostgresql.git Add dash to: set-returning functions or SRF's. for clarity. --- diff --git a/doc/src/sgml/xfunc.sgml b/doc/src/sgml/xfunc.sgml index 97e050f0395..ff301cc6674 100644 --- a/doc/src/sgml/xfunc.sgml +++ b/doc/src/sgml/xfunc.sgml @@ -1,5 +1,5 @@ @@ -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 SRFs). + (set-returning functions or SRFs).