Alignment issue at 43.10. Trigger Functions

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: lemes(dot)marcelo26(at)gmail(dot)com
Subject: Alignment issue at 43.10. Trigger Functions
Date: 2022-11-17 18:14:16
Message-ID: 166870885664.635.16667004450401573487@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
);

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Boboc Cristi 2022-11-17 18:20:32 Re: Merge statement
Previous Message Alvaro Herrera 2022-11-17 17:47:37 Re: Merge statement