Re: Suggesting a libpq addition - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: Suggesting a libpq addition
Date
Msg-id AANLkTinpOM5fQF7bRFNWTdgK8qWZ1kOSsCeZOwfvPEuj@mail.gmail.com
Whole thread Raw
In response to Suggesting a libpq addition  (Marc Balmer <marc@msys.ch>)
List pgsql-hackers
2010/12/5 Marc Balmer <marc@msys.ch>:
> I am suggesting adding a function to libpq:
>
> PGresult *PQvexec(PGconn *conn, const char *fmt, ...);
>
> It behaves similar to PQexec, but it allows for printf style varargs and
> does connection re-establishing if the connection fails (it can be
> discussed if this already to much magic, maybe remove this part).  It
> has been carefully designed to handle memory the right way.  We use this
> since a long time.
>
> What do you think?
>

It's depend on implementation, but it can be a great security hole -
see SQL injection

Regards

Pavel Stehule

>
> --
> Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers
>
>


pgsql-hackers by date:

Previous
From: Marc Balmer
Date:
Subject: Suggesting a libpq addition
Next
From: Magnus Hagander
Date:
Subject: Re: Suggesting a libpq addition