PgAdmin4 and tabs - Mailing list pgadmin-support

From Michael Shapiro
Subject PgAdmin4 and tabs
Date
Msg-id CAGCvxea=vEwfAmhQFYmK-+Akh5kFVL3=M+eLxpkppUFjO-dqVw@mail.gmail.com
Whole thread Raw
Responses Re: PgAdmin4 and tabs
List 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?

pgadmin-support by date:

Previous
From: Cherio
Date:
Subject: Re: Forcing "quotes" around Value field in database Parameters sheet
Next
From: Ray O'Donnell
Date:
Subject: Thanks to the packagers