Oli Sennhauser <[EMAIL PROTECTED]> writes: > I wanted to create a user who can create other users.
That is a superuser. > --> Why does CREATE USER $1 fail??? You need to use EXECUTE to construct this query as a string. Utility statements in general don't handle parameters. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match