Re: Patch for "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-hackers(at)postgresql(dot)org
Subject: Re: Patch for "Bug of PL/pgSQL parser"
Date: 2002-08-14 02:54:48
Message-ID: 200208140254.g7E2smS23697@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


This has been fixed in the current sources. You can test it if you
download the snapshot from our ftp site.

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

eutm wrote:
> Some weeks ago i wrote about one problem(called as
> "Bug of PL/pgSQL parser"):
>
> "eutm" <eutm(at)yandex(dot)ru> writes:
> > Dear Sirs!:)I encounted one small problem,working with
> > PostgreSQL 7.3devel.It can look a
> > bit strange,but i have to use whitespaces in names of
> databases,tables,fields
> > and so on(like "roomno jk").It's possible to create them all and work
> with them
> > (INSERT,DELETE,UPDATE),but PL/pgSQL parser(compiler ?) can't execute such
> > statements...
>
> Today i send a simple patch(my first:)).
> Regards,Eugene.
>
>
>
>
>

[ 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) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Scott Shattuck 2002-08-14 03:03:17 LWLockAcquire problems
Previous Message Tatsuo Ishii 2002-08-14 02:52:24 Re: [HACKERS] SQL99 CONVERT() function