doc: Update CREATE FUNCTION compatibility information
authorPeter Eisentraut <[email protected]>
Sat, 5 Jan 2013 13:29:18 +0000 (08:29 -0500)
committerPeter Eisentraut <[email protected]>
Sat, 5 Jan 2013 13:29:18 +0000 (08:29 -0500)
Parameter defaults are actually in the SQL standard, while it was
previously claimed they were not.

doc/src/sgml/ref/create_function.sgml

index 4ac5bdaf65ff3b3266af961cdfa4aee3ce1b1eec..48160b255e32c5ecb12debb661e811f319b78583 100644 (file)
@@ -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>