When I run CREATE USER username WITH PASSWORD 'test'
in sudo -u postgres psql
and run \du
only postgres user appears... I'm not prompted anything when running commands like ALTER USER
and I know USER ALTERED should appear, or something similar.
Take the 2-minute tour
×
Database Administrators Stack Exchange is a question and answer site for database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
|
|||||
|
Did you end the command with a semicolon?
|
|||||
|