Re: Alignment issue at 43.10. Trigger Functions

2022-12-02 Thread Laurenz Albe
On Fri, 2022-12-02 at 11:42 +0100, Daniel Gustafsson wrote: > > I fixed these and applied your patch to master. Thanks for taking care of this small matter. Yours, Laurenz Albe

Re: Alignment issue at 43.10. Trigger Functions

2022-12-02 Thread Daniel Gustafsson
> On 18 Nov 2022, at 07:21, Laurenz Albe wrote: > > On Thu, 2022-11-17 at 18:14 +, PG Doc comments form wrote: >> Page: https://www.postgresql.org/docs/13/plpgsql-trigger.html >> >> Type alignment issue for salary at "Example 43.4. A PL/pgSQL Trigger >> Function for Auditing": >> >> CREATE

Re: Alignment issue at 43.10. Trigger Functions

2022-11-17 Thread Laurenz Albe
On Thu, 2022-11-17 at 18:14 +, PG Doc comments form wrote: > Page: https://www.postgresql.org/docs/13/plpgsql-trigger.html > > Type alignment issue for salary at "Example 43.4. A PL/pgSQL Trigger > Function for Auditing": > > CREATE TABLE emp_audit( >     operation char(1)   NOT NULL,

Alignment issue at 43.10. Trigger Functions

2022-11-17 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/13/plpgsql-trigger.html Description: Type alignment issue for salary at "Example 43.4. A PL/pgSQL Trigger Function for Auditing": CREATE TABLE emp_audit( operation char(1) NOT