]> granicus.if.org Git - postgresql/commit
Remove last traces of --adduser/--no-adduser in createuser
authorMichael Paquier <michael@paquier.xyz>
Wed, 23 Oct 2019 03:27:03 +0000 (12:27 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 23 Oct 2019 03:27:03 +0000 (12:27 +0900)
commit4fa5edcd1a45cb11bc52b612e12bb29ab39cb895
treeee76a4ca22041a192a7dc21e074d25652e472267
parent57379cd5ac56e575630a5fee5777a1035d0a764a
Remove last traces of --adduser/--no-adduser in createuser

8ae0d47 marked those options as obsolete back in 2005, with the options
removed from the documentation.  This removes the last references to
both options in the code which were kept around for compatibility
purposes with past commands.

Author: Alexander Lakhin
Discussion: https://postgr.es/m/5da284a2-62d9-e338-88d1-26ee5009d93e@gmail.com
src/bin/scripts/createuser.c