SQL Formatting: FOR EACH ROW in CREATE TRIGGER sql-statement is not in a new line

From: <mammoth(dot)power(at)gmx(dot)us>
To: <pgadmin-support(at)postgresql(dot)org>
Subject: SQL Formatting: FOR EACH ROW in CREATE TRIGGER sql-statement is not in a new line
Date: 2017-05-23 20:52:18
Message-ID: 009c01d2d406$776bc710$66435530$@gmx.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

It looks like it was prepared to be displayed as a new line, but the line
break is missing.

pgAdmin 4

CREATE CONSTRAINT TRIGGER aaa_aid_trigger

AFTER INSERT OR DELETE

ON bbb.aaa

DEFERRABLE INITIALLY DEFERRED FOR EACH ROW

WHEN (("ccc"() = 'ddd'::name))

EXECUTE PROCEDURE bbb.eee();

pgAdmin III

CREATE CONSTRAINT TRIGGER aaa_aid_trigger

AFTER INSERT OR DELETE

ON bbb.aaa

DEFERRABLE INITIALLY DEFERRED

FOR EACH ROW

WHEN (("ccc"() = 'ddd'::name))

EXECUTE PROCEDURE bbb.eee();

pgAdmin 4 v1.5

Desktop Runtime

Windows 10 x64 1511

Browse pgadmin-support by date

  From Date Subject
Next Message mammoth.power 2017-05-23 21:23:15 Counter of elements (X) inside subnodes under schema nodes
Previous Message mammoth.power 2017-05-23 20:26:02 SQL Font: Bold font and tab width don't match