pgsql: Add doc example of restricting large object trigger firing to on - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Add doc example of restricting large object trigger firing to on
Date
Msg-id E1T1UAk-0008Bf-K5@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add doc example of restricting large object trigger firing to only
updates of the column of interest.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9e84cccff28e52ab76aa3d3e88bd815dc36d24d8

Modified Files
--------------
doc/src/sgml/lo.sgml |   10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: pgsql: Revert "commit_delay" change; just add comment that we don't hav
Next
From: Bruce Momjian
Date:
Subject: pgsql: Add more limited large object trigger example.