AW: [HACKERS] Re: Regress tests reveal *serious* psql bug

From: Zeugswetter Andreas SB <ZeugswetterA(at)wien(dot)spardat(dot)at>
To: "'Peter Eisentraut'" <peter_e(at)gmx(dot)net>
Cc: "'pgsql-hackers(at)postgresql(dot)org'" <pgsql-hackers(at)postgresql(dot)org>
Subject: AW: [HACKERS] Re: Regress tests reveal *serious* psql bug
Date: 2000-01-13 09:21:57
Message-ID: 219F68D65015D011A8E000006F8590C603FDC1FE@sdexcsrv1.f000.d0188.sd.spardat.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> If I'm going to hack around in that code, one related question: what
> should the deal be regarding variable interpolation into quoted
> strings? Yes/No/Maybe?

definitely No. If you want to specify a string with an embedded variable,
the imho expected syntax would be:

'The table ' || :tabname || ' is empty'

Of course that has the problem, that psql would have to quote the :tabname
content.

Andreas

Browse pgsql-hackers by date

  From Date Subject
Next Message Zeugswetter Andreas SB 2000-01-13 09:26:17 AW: [HACKERS] Re: Regress tests reveal *serious* psql bug
Previous Message Michael Meskes 2000-01-13 07:48:16 Re: [HACKERS] FETCH without FROM/IN