Re: Alignment issue at 43.10. Trigger Functions

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: Alignment issue at 43.10. Trigger Functions
Дата
Msg-id b32f241d5016a8b1af933ec52be848bcf0c99ce3.camel@cybertec.at
обсуждение исходный текст
Ответ на Alignment issue at 43.10. Trigger Functions  (PG Doc comments form <noreply@postgresql.org>)
Ответы Re: Alignment issue at 43.10. Trigger Functions  (Daniel Gustafsson <daniel@yesql.se>)
Список 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

Вложения

В списке pgsql-docs по дате отправления:

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