Re: Did we intend to change whether PUBLIC can create tables in the public schema by default?

2022-05-04 Thread David G. Johnston
On Wed, May 4, 2022 at 12:42 PM David G. Johnston < david.g.johns...@gmail.com> wrote: > Hey, > > For the following sequence of commands, on a newly initdb v15devel and > mostly clean v13 I get a failure and a created table respectively. > > Apparently I didn't search commit history well enough

Did we intend to change whether PUBLIC can create tables in the public schema by default?

2022-05-04 Thread David G. Johnston
Hey, For the following sequence of commands, on a newly initdb v15devel and mostly clean v13 I get a failure and a created table respectively. Showing v15devel: postgres=# create database testdb; CREATE DATABASE postgres=# create role testrole; CREATE ROLE postgres=# \c testdb You are now