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

From Laurenz Albe
Subject Re: Alignment issue at 43.10. Trigger Functions
Date
Msg-id b32f241d5016a8b1af933ec52be848bcf0c99ce3.camel@cybertec.at
Whole thread Raw
In response to Alignment issue at 43.10. Trigger Functions  (PG Doc comments form <noreply@postgresql.org>)
Responses Re: Alignment issue at 43.10. Trigger Functions  (Daniel Gustafsson <daniel@yesql.se>)
List pgsql-docs
On Thu, 2022-11-17 at 18:14 +0000, 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,
>     stamp             timestamp NOT NULL,
>     userid            text      NOT NULL,
>     empname           text      NOT NULL,
>     salary integer
> );

Attached is a patch to fix that.

Yours,
Laurenz Albe

Attachment

pgsql-docs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Merge statement
Next
From: Boboc Cristi
Date:
Subject: Re: Merge statement