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

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: fix type alignment for CREATE TABLE in triggers
Date: 2022-12-02 10:40:22
Message-ID: E1p13Sv-001goc-M4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)albe(at)cybertec(dot)at>
Reported-by: lemes(dot)marcelo26(at)gmail(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2022-12-02 12:26:03 pgsql: Report incompatible roles in pg_upgrade checking
Previous Message Alvaro Herrera 2022-12-02 09:36:55 pgsql: Generalize ri_RootToPartitionMap to use for non-partition childr