On Fri, 29 Aug 2025 09:27:36 +0200
Pavel Stehule wrote:
> pá 29. 8. 2025 v 9:23 odesílatel Yugo Nagata napsal:
>
> > Hi,
> >
> > I would like to propose patches to extend variable usage in pgbench
> > scripts.
> >
> > * 0001: Allow variables to be used as an SQL literal or identifier
> >
> > Cu
pá 29. 8. 2025 v 9:23 odesílatel Yugo Nagata napsal:
> Hi,
>
> I would like to propose patches to extend variable usage in pgbench
> scripts.
>
> * 0001: Allow variables to be used as an SQL literal or identifier
>
> Currently, variables in pgbench scripts are expanded always without
> quotes, so
Hi,
I would like to propose patches to extend variable usage in pgbench scripts.
* 0001: Allow variables to be used as an SQL literal or identifier
Currently, variables in pgbench scripts are expanded always without
quotes, so they cannot be used as SQL literals or identifiers.
This patch allows