Re: PgAdmin4 and tabs

2019-09-21 Thread Michael Shapiro
Thanks! That fixed it On Fri, Sep 20, 2019 at 9:31 PM Murtuza Zabuawala < murtuza.zabuaw...@enterprisedb.com> wrote: > Hello, > > On Fri, 20 Sep 2019, 20:41 Michael Shapiro, wrote: > >> It looks as if the display of function code in PgAdmin4 is not handling >> indentation properly, possibly due

Re: PgAdmin4 and tabs

2019-09-20 Thread Murtuza Zabuawala
Hello, On Fri, 20 Sep 2019, 20:41 Michael Shapiro, wrote: > 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 > if > then > ... > end if; > end if; > > gets display

PgAdmin4 and tabs

2019-09-20 Thread Michael Shapiro
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 if then ... end if; end if; gets displayed as if ... then if ... then ... <<-- this line is not i