PgAdmin4 and tabs

Поиск
Список
Период
Сортировка
От Michael Shapiro
Тема PgAdmin4 and tabs
Дата
Msg-id CAGCvxea=vEwfAmhQFYmK-+Akh5kFVL3=M+eLxpkppUFjO-dqVw@mail.gmail.com
обсуждение исходный текст
Ответы Re: PgAdmin4 and tabs  (Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>)
Список 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 по дате отправления:

Предыдущее
От: Cherio
Дата:
Сообщение: Re: Forcing "quotes" around Value field in database Parameters sheet
Следующее
От: Ray O'Donnell
Дата:
Сообщение: Thanks to the packagers