Discussion:
postgres Rules
(too old to reply)
Arun Gananathan
2003-12-14 13:25:11 UTC
Permalink
Could any one let me know is there a way to findout the rules previously created in the database .
thanks
ganesh
Olivier Hubaut
2003-12-16 10:31:38 UTC
Permalink
Post by Arun Gananathan
Could any one let me know is there a way to findout the rules previously created in the database .
thanks
ganesh
http://www.postgresql.org/docs/7.4/static/view-pg-rules.html#AEN51975
--
Ci-git une signature avortee.
** RIP **

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to ***@postgresql.org
Michael Fuhr
2003-12-16 04:16:52 UTC
Permalink
Post by Arun Gananathan
Could any one let me know is there a way to findout the rules previously created in the database .
Try this:

SELECT * FROM pg_rules;
--
Michael Fuhr

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster
Loading...