Обсуждение: postgres Rules

Поиск
Список
Период
Сортировка

postgres Rules

От
"Arun Gananathan"
Дата:
Could any one let me know is there a way to findout the rules previously created in the database .
thanks
ganesh
 

Re: postgres Rules

От
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 **

Re: postgres Rules

От
Michael Fuhr
Дата:
On Sun, Dec 14, 2003 at 01:25:11PM -0000, 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