Re: Alignment issue at 43.10. Trigger Functions

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: lemes(dot)marcelo26(at)gmail(dot)com, pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: Alignment issue at 43.10. Trigger Functions
Date: 2022-11-18 06:21:03
Message-ID: b32f241d5016a8b1af933ec52be848bcf0c99ce3.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
0001-Fix-text-alignment-in-an-example.patch text/x-patch 782 bytes

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Boboc Cristi 2022-11-18 07:04:32 Re: Merge statement
Previous Message Tom Lane 2022-11-17 20:05:47 Re: Merge statement