From e75d99818dd3940be997520e64db8c9e3b207e39 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 21 May 2024 07:05:26 +0200 Subject: Merging upstream version 15.7. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/sql-droproutine.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/sql-droproutine.html') diff --git a/doc/src/sgml/html/sql-droproutine.html b/doc/src/sgml/html/sql-droproutine.html index bdee1c9..44d1e94 100644 --- a/doc/src/sgml/html/sql-droproutine.html +++ b/doc/src/sgml/html/sql-droproutine.html @@ -1,5 +1,5 @@ -DROP ROUTINE

DROP ROUTINE

DROP ROUTINE — remove a routine

Synopsis

+DROP ROUTINE

DROP ROUTINE

DROP ROUTINE — remove a routine

Synopsis

 DROP ROUTINE [ IF EXISTS ] name [ ( [ [ argmode ] [ argname ] argtype [, ...] ] ) ] [, ...]
     [ CASCADE | RESTRICT ]
 

Description

@@ -42,4 +42,4 @@ DROP ROUTINE foo(integer);

  • The standard only allows one routine to be dropped per command.

  • The IF EXISTS option is an extension.

  • The ability to specify argument modes and names is an extension, and the lookup rules differ when modes are given.

  • User-definable aggregate functions are an extension.

See Also

DROP AGGREGATE, DROP FUNCTION, DROP PROCEDURE, ALTER ROUTINE

Note that there is no CREATE ROUTINE command. -

\ No newline at end of file +

\ No newline at end of file -- cgit v1.2.3