Re: minor plpgsql doc patch

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
Cc: PostgreSQL Developers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: minor plpgsql doc patch
Date: 2016-07-08 17:23:48
Message-ID: 17444.1467998628@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr> writes:
> The very minor patch attached improves the PL/pgSQL documentation about
> trigger functions. It moves the description common to both data change &
> database event triggers out of the first section and into a common header.
> It adds a link at the beginning of the sections to their corresponding
> generic chapters.

Looks like a good idea. Pushed with slight wording adjustments.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2016-07-08 17:36:04 Re: Showing parallel status in \df+
Previous Message Tom Lane 2016-07-08 16:41:19 Re: doc: Incorrect return type of IsForeignScanParallelSafe in fdwhandler.sgml