diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/create_function.sgml | 8 |
1 files changed, 3 insertions, 5 deletions
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; </para> <para> - The SQL standard does not specify parameter defaults. The syntax - with the <literal>DEFAULT</literal> 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 <literal>=</literal> is - used in T-SQL and Firebird. + For parameter defaults, the SQL standard specifies only the syntax with + the <literal>DEFAULT</literal> key word. The syntax + with <literal>=</literal> is used in T-SQL and Firebird. </para> </refsect1> |