Skip to content

Commit 0d6a006

Browse files
committed
Clarify CREATE FUNCTION documentation about handling of typmods.
The previous text was a bit misleading, as well as unnecessarily vague about what information would be discarded. Per gripe from Craig Skinner.
1 parent 8633aa9 commit 0d6a006

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

doc/src/sgml/ref/create_function.sgml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -484,12 +484,13 @@ CREATE [ OR REPLACE ] FUNCTION
484484

485485
<para>
486486
The full <acronym>SQL</acronym> type syntax is allowed for
487-
input arguments and return value. However, some details of the
488-
type specification (e.g., the precision field for
489-
type <type>numeric</type>) are the responsibility of the
490-
underlying function implementation and are silently swallowed
491-
(i.e., not recognized or
492-
enforced) by the <command>CREATE FUNCTION</command> command.
487+
declaring a function's arguments and return value. However,
488+
parenthesized type modifiers (e.g., the precision field for
489+
type <type>numeric</type>) are discarded by <command>CREATE FUNCTION</>.
490+
Thus for example
491+
<literal>CREATE FUNCTION foo (varchar(10)) ...</>
492+
is exactly the same as
493+
<literal>CREATE FUNCTION foo (varchar) ...</>.
493494
</para>
494495

495496
<para>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy