Re: [ADMIN] postgres Rules

2003-12-16 Thread Michael Fuhr
On Sun, Dec 14, 2003 at 01:25:11PM -, Arun Gananathan wrote: > 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)---

Re: [ADMIN] postgres Rules

2003-12-16 Thread Olivier Hubaut
Arun Gananathan wrote: 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)-

[ADMIN] postgres Rules

2003-12-15 Thread Arun Gananathan
Could any one let me know is there a way to findout the rules previously created in the database . thanks ganesh