pgsql/src/bin/psql command.c

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql/src/bin/psql command.c
Дата
Msg-id 20020225213743.B8226476342@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/02/25 16:37:43

Modified files:
    src/bin/psql   : command.c

Log message:
    Tweak psql's \connect command to not downcase unquoted database and user
    names.  This is a temporary measure to allow backwards compatibility with
    7.2 and earlier pg_dump.  7.2.1 and later pg_dump will double-quote mixed
    case names in \connect.  Once we feel that older dumps are not a problem
    anymore, we can revert this change and treat \connect arguments as normal
    SQL identifiers.


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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian - CVS)
Дата:
Сообщение: pgsql/doc TODO
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql/src/pl/plpgsql/src pl_exec.c