diff --git a/doc/src/sgml/ref/create_function.sgml b/doc/src/sgml/ref/create_function.sgml index 1a8f5e41d8..d2dcaa71fe 100644 --- a/doc/src/sgml/ref/create_function.sgml +++ b/doc/src/sgml/ref/create_function.sgml @@ -1,5 +1,5 @@ @@ -83,7 +83,7 @@ CREATE [ OR REPLACE ] FUNCTION name - The name of a function to create. + The name (optionally schema-qualified) of the function to create.