drop_rule man page on IRIX

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



     DROP RULE(l) SQL - Language Statements (2002-11-22)  DROP RULE(l)

     NAME
	  DROP RULE - remove a rewrite rule

     SYNOPSIS
	  DROP RULE name ON relation [ CASCADE | RESTRICT ]

	INPUTS
	  name The name of an existing rule to drop.

	  relation
	       The name (optionally schema-qualified) of the relation
	       the rule applies to.

	  CASCADE
	       Automatically drop objects that depend on the rule.

	  RESTRICT
	       Refuse to drop the rule if there are any dependent
	       objects.	 This is the default.

	OUTPUTS
	  DROP RULE
	       Message returned if successful.

	  ERROR: Rule "name" not found
	       This message occurs if the specified rule does not
	       exist.

     DESCRIPTION
	  DROP RULE drops a rule from the specified PostgreSQL rule
	  system. PostgreSQL will immediately cease enforcing it and
	  will purge its definition from the system catalogs.

	NOTES
	  The DROP RULE statement is a PostgreSQL language extension.

	  Refer to CREATE RULE for information on how to create rules.

     USAGE
	  To drop the rewrite rule newrule:

	  DROP RULE newrule ON mytable;

     COMPATIBILITY
	SQL92
	  There is no DROP RULE in SQL92.

     Page 1					     (printed 3/24/03)

[top]

List of man pages available for IRIX

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