Consistently use "superuser" instead of "super user" The correct nomenclature for the highest privileged user is superuser and not "super user", this replaces the few instances where that was used erroneously. No user-visible changes are done as all changes are in comments, so no back-patching.
Author: Bharath Rupireddy <[email protected]> Discussion: https://postgr.es/m/calj2acw3sngbd8baqiarmds1y43lux3ymwo+n8aug1hrv6h...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/f7c53bb9e309cfea3206f4ed44b38eb2bd1cf726 Modified Files -------------- src/backend/commands/amcmds.c | 2 +- src/backend/commands/foreigncmds.c | 4 ++-- src/backend/commands/tablespace.c | 2 +- src/test/regress/expected/conversion.out | 2 +- src/test/regress/sql/conversion.sql | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-)
