Commit 9e6df606 authored by Peter Eisentraut's avatar Peter Eisentraut

doc: Update CREATE FUNCTION compatibility information

Parameter defaults are actually in the SQL standard, while it was
previously claimed they were not.
parent 49e7a26d
...@@ -758,11 +758,9 @@ COMMIT; ...@@ -758,11 +758,9 @@ COMMIT;
</para> </para>
<para> <para>
The SQL standard does not specify parameter defaults. The syntax For parameter defaults, the SQL standard specifies only the syntax with
with the <literal>DEFAULT</literal> key word is from Oracle, and it the <literal>DEFAULT</literal> key word. The syntax
is somewhat in the spirit of the standard: SQL/PSM uses it for with <literal>=</literal> is used in T-SQL and Firebird.
variable default values. The syntax with <literal>=</literal> is
used in T-SQL and Firebird.
</para> </para>
</refsect1> </refsect1>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment