pgsql/ oc/src/sgml/ref/alter_user.sgml oc/src/ ...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql/ oc/src/sgml/ref/alter_user.sgml oc/src/ ...
Дата
Msg-id 200107102209.f6AM9Ur64093@hub.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/07/10 18:09:29

Modified files:
    doc/src/sgml/ref: alter_user.sgml create_user.sgml vacuum.sgml
                      vacuumdb.sgml
    src/backend/commands: user.c
    src/backend/nodes: copyfuncs.c equalfuncs.c
    src/backend/parser: gram.y
    src/bin/scripts: vacuumdb
    src/include/nodes: parsenodes.h
    src/interfaces/ecpg/preproc: preproc.y

Log message:
    Changes from Vince Vielhaber to allow the optional clauses of CREATE
    USER and ALTER USER to appear in any order, not only the fixed order
    they used to be required to appear in.
    Also, some changes from Tom Lane to create a FULL option for VACUUM;
    it doesn't do anything yet, but I needed to change many of the same
    files to make that happen, so now seemed like a good time.


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

Предыдущее
От: Peter Eisentraut - PostgreSQL
Дата:
Сообщение: pgsql/ /configure onfig/python.m4 rc/Makefile. ...
Следующее
От: Bruce Momjian - CVS
Дата:
Сообщение: pgsql/doc TODO