From e287fb27a5d2419286cd90cd7ddc1a077325d93f Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Fri, 16 Jun 2006 22:27:55 +0000 Subject: docs for DROP ... IF EXISTS for the following cases: language, tablespace, trigger, rule, opclass, function, aggregate. operator, and cast. --- doc/src/sgml/ref/drop_function.sgml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'doc/src/sgml/ref/drop_function.sgml') diff --git a/doc/src/sgml/ref/drop_function.sgml b/doc/src/sgml/ref/drop_function.sgml index 85290acff08..546283b54ca 100644 --- a/doc/src/sgml/ref/drop_function.sgml +++ b/doc/src/sgml/ref/drop_function.sgml @@ -1,5 +1,5 @@ @@ -20,7 +20,7 @@ PostgreSQL documentation -DROP FUNCTION name ( [ [ argmode ] [ argname ] argtype [, ...] ] ) +DROP FUNCTION [ IF EXISTS ] name ( [ [ argmode ] [ argname ] argtype [, ...] ] ) [ CASCADE | RESTRICT ] @@ -41,7 +41,17 @@ DROP FUNCTION name ( [ [ Parameters - + + IF EXISTS + + + Do not throw an error if the function does not exist. A notice is issued + in this case. + + + + + name -- cgit v1.2.3