Re: how to see rules

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Martín Marqués <martin(at)bugs(dot)unl(dot)edu(dot)ar>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: how to see rules
Date: 2001-05-05 00:11:41
Message-ID: 3124.989021501@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

=?iso-8859-1?q?Mart=EDn=20Marqu=E9s?= <martin(at)bugs(dot)unl(dot)edu(dot)ar> writes:
> I have a par of views and some rules that work with them. How can I
> see which rules I have on a database (psql)?

select * from pg_rules;

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Frank Miles 2001-05-05 00:20:56 Re: Getting a list of fields in a table...
Previous Message Tom Lane 2001-05-04 23:28:57 Re: Re: underlying structure: varchar vs. text