Hello!
I haven't got your mail, I see your answer only in the thread of web mailing list.
> It seems that the user does not exist:
The problem is based on that I want to set the role to the database owner from script.
My team members many times logged as "postgres" or diff user, and forget to set the role to DB owner.
I thought I can avoid the problems with changing the actual role to real owner before the changes.
Now the "set role" uses the "variable name", and not the "value of the variable".
This is what I don't like in this lang. I need to write a special variable name to "force" to use it, and not other thing.
I don't know how to force the system to use my variable value, and not my variable name in the routines.
For example $var$, or <var>, or [var], etc.
I can generate "set role" with string concat, but in PGAdmin this script would be good.
Thank you!
dd