8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e7a26 commit 9e6df60Copy full SHA for 9e6df60
doc/src/sgml/ref/create_function.sgml
@@ -758,11 +758,9 @@ COMMIT;
758
</para>
759
760
<para>
761
- The SQL standard does not specify parameter defaults. The syntax
762
- with the <literal>DEFAULT</literal> key word is from Oracle, and it
763
- is somewhat in the spirit of the standard: SQL/PSM uses it for
764
- variable default values. The syntax with <literal>=</literal> is
765
- 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.
766
767
</refsect1>
768
0 commit comments