PL/pgSQL mixed case support

Поиск
Список
Период
Сортировка
От jwieck@debis.com (Jan Wieck)
Тема PL/pgSQL mixed case support
Дата
Msg-id m105q8M-000EBQC@orion.SAPserv.Hamburg.dsh.de
обсуждение исходный текст
Список pgsql-hackers
Hi,

    just  committed partial support for mixed case identifiers in
    PL/pgSQL using the "Identifier" syntax.

    Partial means, that PL/pgSQL does not  support  all  possible
    identifiers  that  can  occur.  Inside  double  quotes,  only
    alphanumerics or underscore are allowed.


Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#======================================== jwieck@debis.com (Jan Wieck) #

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

Предыдущее
От: "Ulrich Voss"
Дата:
Сообщение: new heap manager mmalloc
Следующее
От: jwieck@debis.com (Jan Wieck)
Дата:
Сообщение: Re: [HACKERS] PL/pgSQL and SPI