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

DROP FUNCTION

DROP FUNCTION — remove a function

Synopsis

+DROP FUNCTION

DROP FUNCTION

DROP FUNCTION — remove a function

Synopsis

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

Description

@@ -64,4 +64,4 @@ DROP FUNCTION update_employee_salaries();

Compatibility

This command conforms to the SQL standard, with these PostgreSQL extensions: -

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

  • The IF EXISTS option

  • The ability to specify argument modes and names

\ No newline at end of file +

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

  • The IF EXISTS option

  • The ability to specify argument modes and names

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