Re: Patch for Re: [HACKERS] Bug of PL/pgSQL parser

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: eutm(at)yandex(dot)ru
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Patch for Re: [HACKERS] Bug of PL/pgSQL parser
Date: 2002-07-30 18:52:47
Message-ID: 200207301852.g6UIqlh07953@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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,attribute names,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(at)postgresql(dot)org

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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2002-07-30 18:55:43 Re: pg_ctl -w option does not behave as documented
Previous Message pgsql-bugs 2002-07-30 18:47:04 Bug #724: Problmes creating aggregate functions in 7.2.1