Re: Remove inbound links to sql-createuser
Stephen Frost <sfrost@snowman.net>
From: Stephen Frost <sfrost@snowman.net>
To: "David G. Johnston" <david.g.johnston@gmail.com>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2017-10-31T18:06:19Z
Lists: pgsql-hackers
David, * Stephen Frost (sfrost@snowman.net) wrote: > * David G. Johnston (david.g.johnston@gmail.com) wrote: > > Since CREATE USER is officially an alias for CREATE ROLE other parts of the > > documentation should point to CREATE ROLE, not CREATE USER. Most do but I > > noticed when looking at CREATE DATABASE that it did not. Further searching > > turned up the usage in client-auth.sgml. That one is questionable since we > > are indeed talking about LOGIN roles there but we are already pointing to > > sql-alterrole instead of sql-alteruser and so changing the create variation > > to point to sql-createrole seems warranted. > > +1. > > Barring objections, I'll commit this in a bit. Pushed to master, with a small bit of word-smithing in the CREATE ROLE docs also. Thanks! Stephen
Commits
-
Remove inbound links to sql-createuser
- 0fe2780db487 11.0 landed