Re: Support external parameters in EXECUTE command

2020-03-09 Thread Tom Lane
Peter Eisentraut writes: > Continuing the discussion in [0], here is a patch that allows parameter > references in the arguments of the EXECUTE command. The main purpose is > submitting protocol-level parameters, but the added regression test case > shows another way to exercise it. I spent a

Support external parameters in EXECUTE command

2020-02-12 Thread Peter Eisentraut
a747f5c8b424ca8a1e4c0feb4c859312203e Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 11 Feb 2020 19:55:25 +0100 Subject: [PATCH v1] Support external parameters in EXECUTE command This allows the arguments of the EXECUTE command to be parameters themselves, for example passed as sepa