Hello,
I can set user varibales in postgresql
(ALTER USER user SET search-path=$owner,public,other;)
and I can reset.
(ALTER USER user RESET search-path)
But, how can I show user variables?
ALTER USER user SHOW search-path; <-- error.
Thanks,
JOAN