Re: [HACKERS] Bug of PL/pgSQL parser

2002-07-12 Thread Tom Lane
"eutm" <[EMAIL PROTECTED]> 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 >

Re: [HACKERS] Bug of PL/pgSQL parser

2002-07-12 Thread Rod Taylor
I see this on the TODO list: # Fix PL/PgSQL to handle quoted mixed-case identifiers Perhaps you could make a view (alias the names with spaces) to work on? On Fri, 2002-07-12 at 06:31, eutm wrote: > > Dear Sirs!:)I encounted one small problem,working with > PostgreSQL 7.3devel.It can

[HACKERS] Bug of PL/pgSQL parser

2002-07-12 Thread eutm
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 parse