Remove obsolete options for createuser
Alexander Law <exclusion@gmail.com>
From: Alexander Lakhin <exclusion@gmail.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2019-10-19T12:34:56Z
Lists: pgsql-hackers
Attachments
- remove-createuser-adduser.patch (text/x-patch) patch
Hello hackers, I've noticed that the createuser utility supports two undocumented options (--adduser, --no-adduser), that became obsolete in 2005. I believe that their existence should come to end someday (maybe today?). The patch to remove them is attached. Best regards. Alexander
Commits
-
Remove last traces of --adduser/--no-adduser in createuser
- 4fa5edcd1a45 13.0 landed