PL/pgSQL mixed case support - Mailing list pgsql-hackers

From jwieck@debis.com (Jan Wieck)
Subject PL/pgSQL mixed case support
Date
Msg-id m105q8M-000EBQC@orion.SAPserv.Hamburg.dsh.de
Whole thread Raw
List 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 by date:

Previous
From: "Ulrich Voss"
Date:
Subject: new heap manager mmalloc
Next
From: jwieck@debis.com (Jan Wieck)
Date:
Subject: Re: [HACKERS] PL/pgSQL and SPI