diff --git a/doc/src/sgml/ref/create_function.sgml b/doc/src/sgml/ref/create_function.sgml index 4ac5bdaf65f..48160b255e3 100644 --- a/doc/src/sgml/ref/create_function.sgml +++ b/doc/src/sgml/ref/create_function.sgml @@ -758,11 +758,9 @@ COMMIT; - The SQL standard does not specify parameter defaults. The syntax - with the DEFAULT key word is from Oracle, and it - is somewhat in the spirit of the standard: SQL/PSM uses it for - variable default values. The syntax with = is - used in T-SQL and Firebird. + For parameter defaults, the SQL standard specifies only the syntax with + the DEFAULT key word. The syntax + with = is used in T-SQL and Firebird.