Contents
CREATE RULE
A DDL command for defining a rule
CREATE RULE
is a DDL command for defining a rule.
CREATE RULE
has always been present in PostgreSQL.
Change history
- PostgreSQL 7.3
CREATE [ OR REPLACE ] RULE
syntax added (commit 248c67d7)
References
- PostgreSQL documentation: CREATE RULE