diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-07-22 02:39:10 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-07-22 02:39:10 +0000 |
commit | ec37ea1cc1356f1a0b7dad1d9e4933e50bea583f (patch) | |
tree | fcbe77155dad39128583d59e3f65392834edf6fe /doc/src/sgml/ref/create_function.sgml | |
parent | bb13830d6f3e58fbb8340cbfd909d7f9e5cbdcb0 (diff) |
Cleanups
Diffstat (limited to 'doc/src/sgml/ref/create_function.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_function.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_function.sgml b/doc/src/sgml/ref/create_function.sgml index 708d0745eec..e75d86cd2e0 100644 --- a/doc/src/sgml/ref/create_function.sgml +++ b/doc/src/sgml/ref/create_function.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v 1.13 2000/03/27 17:14:42 thomas Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v 1.14 2000/07/22 02:39:10 momjian Exp $ Postgres documentation --> @@ -293,7 +293,7 @@ CREATE TABLE product ( find a type conversion function automatically, the sql function has to have the same name as the return type, and overloading is unavoidable. The function name is overloaded by using the second - form of the <command>AS</command> clause in the SQL definition + form of the <command>AS</command> clause in the SQL definition: </para> <programlisting> CREATE FUNCTION point(complex) RETURNS point |