Re: Users/Roles do not align.

2020-03-31 Thread Bruce Momjian
Patch applied through 9.5, thanks. --- On Mon, Mar 9, 2020 at 10:50:26PM -0400, Bruce Momjian wrote: > On Thu, Feb 6, 2020 at 11:06:44AM +0100, Jürgen Purtz wrote: > > > > > There's a few things wrong about this part any

Re: Users/Roles do not align.

2020-03-09 Thread Bruce Momjian
On Thu, Feb 6, 2020 at 11:06:44AM +0100, Jürgen Purtz wrote: > > > There's a few things wrong about this part anyway- namely that we've got > > FDWs now, and there's certainly other cluster-wide things that exist > > beyond the specific items listed, so I wonder if perhaps we should just > > stop

Re: Users/Roles do not align.

2020-02-06 Thread Jürgen Purtz
There's a few things wrong about this part anyway- namely that we've got FDWs now, and there's certainly other cluster-wide things that exist beyond the specific items listed, so I wonder if perhaps we should just stop trying to list everything here. Inspiring answer! After some inquiry I bec

Re: Users/Roles do not align.

2020-02-05 Thread Stephen Frost
Greetings, * Jürgen Purtz (juer...@purtz.de) wrote: > >Based on this, I believe Section 5.9 should read: > >`A PostgreSQL database cluster contains one or more named databases. Roles > >are shared across the entire cluster, but no other data is shared across > >databases. Any given client connecti

Re: Users/Roles do not align.

2020-02-03 Thread Jürgen Purtz
Based on this, I believe Section 5.9 should read: `A PostgreSQL database cluster contains one or more named databases. Roles are shared across the entire cluster, but no other data is shared across databases. Any given client connection to the server can access only the data in a single database

Users/Roles do not align.

2020-02-03 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/ddl-schemas.html Description: According to Section 5.9. Schemas: https://www.postgresql.org/docs/12/ddl-schemas.html `A PostgreSQL database cluster contains one or more named databases. Us