Re: [HACKERS] [PATCH] Lockable views

From: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
To: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>
Cc: Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [HACKERS] [PATCH] Lockable views
Date: 2018-01-25 07:51:41
Message-ID: CAEepm=1LRDdQgwEfM-W0WRn+CZk=7-f-SLDkpsLbOfU6OoPohA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Dec 31, 2017 at 11:57 PM, Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp> wrote:
> On Fri, 29 Dec 2017 23:39:39 +0900 (JST)
> Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp> wrote:
>> Your addition to the doc:
>> + Automatically updatable views (see <xref linkend="sql-createview">)
>> + that do not have <literal>INSTEAD OF</> triggers or <literal>INSTEAD</>
>> + rules are also lockable. When a view is locked, its base relations are
>> + also locked recursively with the same lock mode.
>
> I added this point to the documentation.

+ Automatically updatable views (see <xref linkend="sql-createview">)
+ that do not have <literal>INSTEAD OF</> triggers or <literal>INSTEAD</>

Tthe documentation doesn't build: you now need to say </literal>
instead of </>, and you need to say <xref ... />.

--
Thomas Munro
http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2018-01-25 07:55:00 Re: Temporary tables prevent autovacuum, leading to XID wraparound
Previous Message Thomas Munro 2018-01-25 07:40:17 Re: ALTER TABLE ADD COLUMN fast default