Alignment issue at 43.10. Trigger Functions - Mailing list pgsql-docs

From PG Doc comments form
Subject Alignment issue at 43.10. Trigger Functions
Date
Msg-id 166870885664.635.16667004450401573487@wrigleys.postgresql.org
Whole thread Raw
Responses Re: Alignment issue at 43.10. Trigger Functions  (Laurenz Albe <laurenz.albe@cybertec.at>)
List pgsql-docs
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 NULL,
    stamp             timestamp NOT NULL,
    userid            text      NOT NULL,
    empname           text      NOT NULL,
    salary integer
);

pgsql-docs by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Merge statement
Next
From: Boboc Cristi
Date:
Subject: Re: Merge statement