libpq PQexecParams & value placeholders - Mailing list pgsql-general

From Oleg
Subject libpq PQexecParams & value placeholders
Date
Msg-id 20181214113338.GA4644@legohost
Whole thread Raw
Responses Re: libpq PQexecParams & value placeholders
List 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)


pgsql-general by date:

Previous
From: Michael Harris
Date:
Subject: Hot Standby Replica Recovery Problem
Next
From: Dmitry Igrishin
Date:
Subject: Re: libpq PQexecParams & value placeholders