pgsql-server/src/bin/scripts clusterdb created ...

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian - CVS)
Тема pgsql-server/src/bin/scripts clusterdb created ...
Дата
Msg-id 20021016032409.57D5E475CC4@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@postgresql.org    02/10/15 23:24:09

Modified files:
    src/bin/scripts: clusterdb createdb createlang.sh createuser
                     dropdb droplang dropuser vacuumdb

Log message:
    Fix script to handle autocommit = 'off' by prepending autocommit 'on' to
    the start of the psql commandline.  This is better than adding BEGIN/END
    because it handles multiple queries well, and allows the return code for
    psql to return the proper value.


В списке pgsql-committers по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql-server/src/interfaces/libpq fe-connect.c ...
Следующее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql-server/src/bin/scripts clusterdb created ...