doc: fix type alignment for CREATE TABLE in triggers

Daniel Gustafsson <dgustafsson@postgresql.org>

Commit: ab810062991295f63612a997e872232a6f1a3ef6
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2022-12-02T10:31:54Z
Releases: 16.0
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

Files

PathChange+/−
doc/src/sgml/plpgsql.sgml modified +6 −6

Documentation touched

Discussion