drop_function man page on BSDOS

Man page or keyword search:  
man Server   6284 pages
apropos Keyword Search (all sections)
Output format
BSDOS logo
[printable version]

DROP FUNCTION()			 SQL Commands		       DROP FUNCTION()

NAME
       DROP FUNCTION - Removes a user-defined C function

SYNOPSIS
       DROP FUNCTION name ( [ type [, ...] ] )

   INPUTS
       name   The name of an existing function.

       type   The type of function parameters.

   OUTPUTS
       DROP   Message returned if the command completes successfully.

       NOTICE RemoveFunction: Function "name" ("types") does not exist
	      This  message  is given if the function specified does not exist
	      in the current database.

DESCRIPTION
       DROP FUNCTION will remove references to an existing C function. To exe‐
       cute this command the user must be the owner of the function. The input
       argument types to the function must be specified, as only the  function
       with the given name and argument types will be removed.

   NOTES
       Refer to CREATE FUNCTION [create_function(l)] for information on creat‐
       ing aggregate functions.

       No checks are made to ensure that types, operators  or  access  methods
       that rely on the function have been removed first.

USAGE
       This command removes the square root function:

       DROP FUNCTION sqrt(int4);

COMPATIBILITY
   SQL92
       DROP FUNCTION is a Postgres language extension.

   SQL/PSM
       SQL/PSM	is  a proposed standard to enable function extensibility.  The
       SQL/PSM DROP FUNCTION statement has the following syntax:

       DROP [ SPECIFIC ] FUNCTION name { RESTRICT | CASCADE }

SQL - Language Statements	 29 March 2001		       DROP FUNCTION()
[top]
                             _         _         _ 
                            | |       | |       | |     
                            | |       | |       | |     
                         __ | | __ __ | | __ __ | | __  
                         \ \| |/ / \ \| |/ / \ \| |/ /  
                          \ \ / /   \ \ / /   \ \ / /   
                           \   /     \   /     \   /    
                            \_/       \_/       \_/ 
More information is available in HTML format for server BSDOS

List of man pages available for BSDOS

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net