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

Started by Daniel Gustafssonover 3 years ago1 messagescomitters
Jump to latest
#1Daniel Gustafsson
daniel@yesql.se

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: /messages/by-id/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(-)