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
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
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