aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_function.sgml
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2002-03-22 19:20:45 +0000
committerPeter Eisentraut <peter_e@gmx.net>2002-03-22 19:20:45 +0000
commitb6ea172acee95d98c309819b5884a561e5d1def0 (patch)
treef173f079ea650743dce71ac5fdd3045772379a01 /doc/src/sgml/ref/create_function.sgml
parent108a0ec87d41393c362c5b8d8aa17d9a734e4f1a (diff)
downloadpostgresql-b6ea172acee95d98c309819b5884a561e5d1def0.tar.gz
postgresql-b6ea172acee95d98c309819b5884a561e5d1def0.zip
Spell checking and markup additions
Diffstat (limited to 'doc/src/sgml/ref/create_function.sgml')
-rw-r--r--doc/src/sgml/ref/create_function.sgml4
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 25c33c7b6c7..c6ee3e25efd 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.33 2002/03/01 20:38:12 momjian Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v 1.34 2002/03/22 19:20:37 petere Exp $
-->
<refentry id="SQL-CREATEFUNCTION">
@@ -332,7 +332,7 @@ CREATE TABLE product (
user-defined type complex, and the internal type point. The
function is implemented by a dynamically loaded object that was
compiled from C source (we illustrate the now-deprecated alternative
- of specifying the exact pathname to the shared object file).
+ of specifying the absolute file name to the shared object file).
For <productname>PostgreSQL</productname> to
find a type conversion function automatically, the SQL function has
to have the same name as the return type, and so overloading is