Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

RedHat 5.2

(Apollo)

drop_rule(l)


DROP RULE

DROP RULE

NAME
SYNOPSIS
DESCRIPTION
EXAMPLE
SEE ALSO
BUGS

NAME

drop rule − removes a current rule from Postgres

SYNOPSIS

drop rule rule_name

DESCRIPTION

This command drops the rule named rule_name from the specified Postgres rule system. Postgres will immediately cease enforcing it and will purge its definition from the system catalogs.

EXAMPLE

--
--This example drops the rewrite rule example_1
--
drop rule example_1

SEE ALSO

create rule(l), drop view(l).

BUGS

Once a rule is dropped, access to historical information the rule has written may disappear.



drop_rule(l)