Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9e6df60

Browse files
committed
doc: Update CREATE FUNCTION compatibility information
Parameter defaults are actually in the SQL standard, while it waspreviously claimed they were not.
1 parent49e7a26 commit9e6df60

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

‎doc/src/sgml/ref/create_function.sgml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -758,11 +758,9 @@ COMMIT;
758758
</para>
759759

760760
<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.
761+
For parameter defaults, the SQL standard specifies only the syntax with
762+
the <literal>DEFAULT</literal> key word. The syntax
763+
with <literal>=</literal> is used in T-SQL and Firebird.
766764
</para>
767765
</refsect1>
768766

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp