ToDo: support for parameters in EXECUTE statement - Mailing list pgsql-hackers

From Pavel Stehule
Subject ToDo: support for parameters in EXECUTE statement
Date
Msg-id AANLkTimVb2yOUse0kcGz7GM69tETY7px7K7L3+swDOzP@mail.gmail.com
Whole thread Raw
Responses Re: ToDo: support for parameters in EXECUTE statement  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
List pgsql-hackers
Hello

The EXECUTE statement doesn't support a parametrization via
SPI_execute_with_args call and PQexecParams too. It can be a security
issue. If somebody use a prepared statement as protection to sql
injection, then all security goes out, because he has to call EXECUTE
without parametrization.

Regards

Pavel Stehule


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Replication logging
Next
From: Hitoshi Harada
Date:
Subject: Re: pl/python refactoring