pgsql: doc: fix type alignment for CREATE TABLE in triggers - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: doc: fix type alignment for CREATE TABLE in triggers
Date
Msg-id E1p13Sv-001goc-M4@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Generalize ri_RootToPartitionMap to use for non-partition childr
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Report incompatible roles in pg_upgrade checking