libpq PQexecParams & value placeholders

From: Oleg <lego12239(at)yandex(dot)ru>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: libpq PQexecParams & value placeholders
Date: 2018-12-14 11:33:38
Message-ID: 20181214113338.GA4644@legohost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi, all.

Do we really need a numeric value placeholders like $1 in command string?
Construction of such string for complex non-static queries is very annoying.
Why do we can't simply use $$ placeholder, which take the next value from an
array of values?

--
Олег Неманов (Oleg Nemanov)

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dmitry Igrishin 2018-12-14 11:47:12 Re: libpq PQexecParams & value placeholders
Previous Message Michael Harris 2018-12-14 07:40:20 Hot Standby Replica Recovery Problem