pgsql/src/backend/utils/adt arrayfuncs.c

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql/src/backend/utils/adt arrayfuncs.c
Дата
Msg-id 20020316224715.606B1476164@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/03/16 17:47:14

Modified files:
    src/backend/utils/adt: arrayfuncs.c

Log message:
    Try to make array_in's behavior a tad less bizarre.  Leading whitespace
    before a data item is now always skipped, rather than only sometimes.
    Backslashes not within double-quoted text are treated reasonably, as
    are multiple sequences of quoted text in a single data item.  But it
    still seems rather prone to misbehavior if the input is not completely
    syntactically correct --- in particular, garbage following a right brace
    will be ignored.


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

Предыдущее
От: davec@postgresql.org (Dave Cramer)
Дата:
Сообщение: pgsql/src/interfaces/jdbc/org/postgresql Drive ...
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql/doc/src/sgml array.sgml