doc: fix type alignment for CREATE TABLE in triggers
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Fri, 2 Dec 2022 10:31:54 +0000 (11:31 +0100)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Fri, 2 Dec 2022 10:31:54 +0000 (11:31 +0100)
commitab810062991295f63612a997e872232a6f1a3ef6
tree271c85a81216dc2bd3af48f3758ccf7694a3eea5
parentfb958b5da86da69651f6fb9f540c2cfb1346cdc5
doc: fix type alignment for CREATE TABLE in triggers

Datatypes in CREATE TABLE statements in the examples were vertically
aligned in most cases, a few examples were unaligned with a single
space. This makes sure all examples on the same page are consistently
aligned.

Patch by Laurenz Albe with some additional fixups by me.

Author: Laurenz Albe <laurenz.albe@cybertec.at>
Reported-by: lemes.marcelo26@gmail.com
Discussion: https://postgr.es/m/166870885664.635.16667004450401573487@wrigleys.postgresql.org
doc/src/sgml/plpgsql.sgml