Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

Блок кода
languagebash
title1.
set PGDATA=%SET_POSTGRES_BIN%/../data/

-

Блок кода
languagebash
title2.
%SET_POSTGRES_BIN%/pg_ctl.exe status

-

Блок кода
languagebash
title3.
%SET_POSTGRES_BIN%/pg_ctl.exe stop -m fast

-

Блок кода
languagebash
title4.
%SET_POSTGRES_BIN%/pg_ctl.exe start

-

Блок кода
languagebash
title5.
%SET_POSTGRES_BIN%/pg_ctl.exe stop -m fast

-

Блок кода
languagebash
title6.
net start postgresql-x64-9.4

...