Re: Patch for Re: [HACKERS] Bug of PL/pgSQL parser - Mailing list pgsql-bugs

From Bruce Momjian
Subject Re: Patch for Re: [HACKERS] Bug of PL/pgSQL parser
Date
Msg-id 200207301852.g6UIqlh07953@candle.pha.pa.us
Whole thread Raw
In response to Patch for Re: [HACKERS] Bug of PL/pgSQL parser  ("eutm" <eutm@yandex.ru>)
Responses Re: Patch for Re: [HACKERS] Bug of PL/pgSQL parser
List pgsql-bugs
I assume this completes the TODO item:

        o Fix PL/PgSQL to handle quoted mixed-case identifiers

It is quite a bit of lex code, but I assume it was required.  No one
else was able to fix this item.


Your patch has been added to the PostgreSQL unapplied patches list at:

    http://candle.pha.pa.us/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

---------------------------------------------------------------------------


eutm wrote:
>      I send a simple patch for PL/pgSQL parser which allow now to use whitespaces in identifers of any kind(table
names,attributenames,variables ...) in Pl/pgSQL procedural language.Explicit definition of bug can be found in 
> Re: [HACKERS] Bug of PL/pgSQL parser
>

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-bugs by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #724: Problmes creating aggregate functions in 7.2.1
Next
From: Bruce Momjian
Date:
Subject: Re: pg_ctl -w option does not behave as documented