PgAdmin4 and tabs

From: Michael Shapiro <mshapiro51(at)gmail(dot)com>
To: PgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: PgAdmin4 and tabs
Date: 2019-09-20 15:10:53
Message-ID: CAGCvxea=vEwfAmhQFYmK-+Akh5kFVL3=M+eLxpkppUFjO-dqVw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

It looks as if the display of function code in PgAdmin4 is not handling
indentation properly, possibly due to TABS in the SQL.

Code that looks like

if .....
then
<TAB> if ....
<TAB> then
<TAB><TAB> ...
<TAB>end if;
end if;

gets displayed as

if ...
then
if ...
then
... <<-- this line is not indented properly
end if;
end if;

Is there a setting/preference for how to render TABS in the SQL display?

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Ray O'Donnell 2019-09-20 16:35:59 Thanks to the packagers
Previous Message Cherio 2019-09-20 14:07:43 Re: Forcing "quotes" around Value field in database Parameters sheet