Re: psql variable substitution in plpgsql loop

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: carl clemens <cclemens968(at)gmail(dot)com>
Cc: "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: psql variable substitution in plpgsql loop
Date: 2026-06-21 18:17:13
Message-ID: CAKFQuwZ3GpKPapL+rroYZbgRkXsNyUmto7jf3Mre561oeKR+Og@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Sunday, June 21, 2026, carl clemens <cclemens968(at)gmail(dot)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.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message carl clemens 2026-06-21 19:27:20 Re: psql variable substitution in plpgsql loop
Previous Message carl clemens 2026-06-21 17:38:25 psql variable substitution in plpgsql loop