Re: Disable View rule

From: Pavel Golub <pavel(at)microolap(dot)com>
To: "Silambarasan Viswanathan" <sviswanathan(at)jamcracker(dot)com>
Cc: "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: Disable View rule
Date: 2014-07-16 13:39:48
Message-ID: 1526870184.20140716163948@gf.microolap.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hello, Silambarasan.

You wrote:

SV> Hi
SV> I am Silambarasan. could you help me, How to disable the View rule.
SV>
SV> Example:
SV> We disable Trigger constraint like
SV> update pg_trigger set tgenabled='D'
SV>
SV> I request to disable View rule.
SV>
SV> Thanks & Regards
SV> Silambarasan Viswanathan MTT

ALTER TABLE view_name DISABLE RULE rewrite_rule_name;

--
With best wishes,
Pavel mailto:pavel(at)gf(dot)microolap(dot)com

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Rainer Tammer 2014-07-16 13:56:18 Re: Fwd: Re: Compile fails on AIX 6.1
Previous Message Marko Tiikkaja 2014-07-16 12:10:17 Re: BUG #10794: psql sometimes ignores .psqlrc