Re: psql variable substitution in plpgsql loop - Mailing list pgsql-bugs

From carl clemens
Subject Re: psql variable substitution in plpgsql loop
Date
Msg-id CALVj=tsAbfN+nxdKHbt0+_-ovgXjPx43kgJ4Fvn3edAO0xt7LQ@mail.gmail.com
Whole thread
In response to Re: psql variable substitution in plpgsql loop  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-bugs
ok, no problem.

Thanks

On Sun, Jun 21, 2026 at 6:17 PM David G. Johnston <david.g.johnston@gmail.com> wrote:
On Sunday, June 21, 2026, carl clemens <cclemens968@gmail.com> wrote:
psql fails to populate a table in variable substitution.
the variable being within a plpgsql "goto" loop looks suspicious 

psql will not modify string literals when performing variable substitution.

David J.

pgsql-bugs by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: psql variable substitution in plpgsql loop
Next
From: Tom Lane
Date:
Subject: Re: BUG #19480: PL/Python SRF crashes (SIGSEGV) when function is replaced mid-iteration: use-after-free in PLy_funct