Thread: pgsql: doc: fix type alignment for CREATE TABLE in triggers

pgsql: doc: fix type alignment for CREATE TABLE in triggers

From
Daniel Gustafsson
Date:
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ab810062991295f63612a997e872232a6f1a3ef6

Modified Files
--------------
doc/src/sgml/plpgsql.sgml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)