4. Maintaining a Distributed Database : Remove Statement--Remove Registration : Remove Procedure Statement
 
Share this page                  
Remove Procedure Statement
The remove procedure statement removes from the Ingres Star catalogs procedure definitions that were manually registered using register procedure as link.
The local DBMS procedure itself is not changed, but all the Ingres Star catalog definitions are deleted.
The remove procedure statement has the following format:
remove procedure procedure_name
procedure
Identifies the object as a database procedure
procedure_name
Is the registered Ingres Star name of the database procedure. It can be delimited with double quotes.