Hello I can't to execure a prepared statement with one parameter via SPI_execute_with_args function.
pavel=# select name, statement from pg_prepared_statements ; name │ statement ──────┼──────────────────────────────── xx │ PREPARE "xx" AS select 10 + $1 (1 row) EXECUTE "xx"($1) ERROR: there is no parameter $1 - but function is called with one parameter Regards Pavel Stehule -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs