Re: pltcl problem - Mailing list pgsql-general

From Tom Lane
Subject Re: pltcl problem
Date
Msg-id 5131.1064417509@sss.pgh.pa.us
Whole thread Raw
In response to pltcl problem  (Russ Brown <postgres@dot4dot.plus.com>)
Responses Re: pltcl problem
Re: pltcl problem
List pgsql-general
Russ Brown <postgres@dot4dot.plus.com> writes:
> So, I'm using a command like this:
> elog DEBUG "Trigger Call $vchtablename"
> Trouble is, it's appearing in the error log exactly like that (including
> the 'elog DEBUG' part.

Can we see the whole function definition?  I think you are somehow
managing to include this string in a quoted argument of some other elog
command, but without context it's hard to say more.

            regards, tom lane

pgsql-general by date:

Previous
From: Dennis Gearon
Date:
Subject: Re: Is this "order by" logic right
Next
From: Russ Brown
Date:
Subject: Re: pltcl problem