Shachar Shemesh <psql(at)shemesh(dot)biz> writes:
> create user $1 with encrypted password $2
> Any idea why this is not working?
Parameters are only supported in plannable statements
(SELECT/INSERT/UPDATE/DELETE; I think there is some hack for DECLARE
CURSOR these days too).
regards, tom lane