Alignment issue at 43.10. Trigger Functions

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема Alignment issue at 43.10. Trigger Functions
Дата
Msg-id 166870885664.635.16667004450401573487@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: Alignment issue at 43.10. Trigger Functions  (Laurenz Albe <laurenz.albe@cybertec.at>)
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Merge statement
Следующее
От: Boboc Cristi
Дата:
Сообщение: Re: Merge statement