public inbox for [email protected]  
help / color / mirror / Atom feed
From: Pavel Stehule <[email protected]>
To: [email protected]
Cc: [email protected]
Subject: Re: PQexecParams and "SET TIME ZONE $1" gets 'syntax error at or near "$1" at character 15'
Date: Sat, 23 Nov 2024 16:57:49 +0100
Message-ID: <CAFj8pRD2cBkTKafBYn1vUDSYp8CN_3XVk4+NA55g4J5jCHrC_Q@mail.gmail.com> (raw)
In-Reply-To: <837985448.725696.1732374064323@sg2000-ap-3>
References: <837985448.725696.1732374064323@sg2000-ap-3>

Hi

so 23. 11. 2024 v 16:01 odesílatel <[email protected]> napsal:

> I get get this same error
>
> syntax error at or near "$1" at character 15
>
> if I feed "const char *command" with the following texts.
>
> SET TIME ZONE $1
> SET TIME ZONE $1::TEXT
>
> For some reasons, I can not add quotes around $1 as follows.
>
> SET TIME ZONE '$1'
> SET TIME ZONE '$1'::TEXT
>
> Statements like "SELECT ... WHERE $1=..." have been working flawlessly.
>
> It looks like PQexecParams doesn't handle statement with "SET ... $1".
>
> Are there workarounds for me or PQexecParams needs improvement?
>
This statement has no plan, and then doesn't support parametrization.

you can use a function set_config instead
https://www.postgresql.org/docs/current/functions-admin.html#FUNCTIONS-ADMIN-SET

SELECT set_config('timezone', $1, false)

Regards

Pavel




> Thank you!
>
> --- 本郵件來自HiNet WebMail ---
>


view thread (2+ messages)

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected], [email protected]
  Subject: Re: PQexecParams and "SET TIME ZONE $1" gets 'syntax error at or near "$1" at character 15'
  In-Reply-To: <CAFj8pRD2cBkTKafBYn1vUDSYp8CN_3XVk4+NA55g4J5jCHrC_Q@mail.gmail.com>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox