Στις 16/11/24 18:09, ο/η Adrian Klaver έγραψε:
On 11/16/24 03:15, Achilleas Mantzios wrote:
Στις 16/11/24 12:55, ο/η Max Ulidtko έγραψε:
Greetings, group!
I'm trying to understand a low-level issue. Am evaluating a new
client library for Postgres; it's not particularly popular /
mainstrea
On 11/17/24 11:44, Achilleas Mantzios wrote:
Στις 16/11/24 18:09, ο/η Adrian Klaver έγραψε:
On 11/16/24 03:15, Achilleas Mantzios wrote:
Στις 16/11/24 12:55, ο/η Max Ulidtko έγραψε:
Greetings, group!
I'm trying to understand a low-level issue. Am evaluating a new
client library for Postgre
On Sun, Nov 17, 2024 at 3:10 AM Max Ulidtko wrote:
> I assumed that $1 would get substituted *at query time*
>
The "select" portion of a "create view" query does not get executed during
processing of "create view" and it is the "select" execution part of the
executor code that performs parameter
On 11/17/24 02:09, Max Ulidtko wrote:
Thanks for replies! I understand now.
Just to clarify user-side motivation: I'm taught that concatenating data
into SQL query strings is bad practice and should be avoided. I know how
to do it safely in my particular case; but apparently the author of this
Thanks for replies! I understand now.
Just to clarify user-side motivation: I'm taught that concatenating
data into SQL query strings is bad practice and should be avoided. I
know how to do it safely in my particular case; but apparently the
author of this client library was taught the same, a