Skip to content

Semantics of `postgres_user` with unstated passwords password are unclear

If we don't specify what the password for a user should be, and that user has a password, should we:

What we currently do is a spurious ALTER USER that neither sets or clears the password. That's strange.

Edited by Richard Clamp