diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-05-11 14:10:40 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-05-11 14:10:40 +0000 |
commit | c20e93d3636767685f8b1a2d8dc7a7b071b6f6a4 (patch) | |
tree | 81c347fae877aba1170dd0fad40ad1b0996f2e79 | |
parent | 22b824ae391926134996cb7cc625be7d63075b9b (diff) | |
download | postgresql-c20e93d3636767685f8b1a2d8dc7a7b071b6f6a4.tar.gz postgresql-c20e93d3636767685f8b1a2d8dc7a7b071b6f6a4.zip |
Backpatch mention that not all functions are listed, with spelling fix.
-rw-r--r-- | doc/src/sgml/func.sgml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 7a7923a908e..15df05a778c 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.234.4.5 2005/04/01 14:25:39 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.234.4.6 2005/05/11 14:10:40 momjian Exp $ PostgreSQL documentation --> @@ -32,7 +32,9 @@ PostgreSQL documentation <acronym>SQL</acronym> standard. Some of the extended functionality is present in other <acronym>SQL</acronym> database management systems, and in many cases this functionality is compatible and - consistent between the various implementations. + consistent between the various implementations. This chapter is also + not exhaustive; additional functions appear in relevant sections of + the manual. </para> |