Re: Schema authorization after create database. - Mailing list pgsql-admin

From Tom Lane
Subject Re: Schema authorization after create database.
Date
Msg-id 21954.1123769339@sss.pgh.pa.us
Whole thread Raw
In response to Schema authorization after create database.  (Ian FREISLICH <if@hetzner.co.za>)
Responses Re: Schema authorization after create database.  (Tsirkin Evgeny <tsurkin@mail.jct.ac.il>)
List pgsql-admin
Ian FREISLICH <if@hetzner.co.za> writes:
> I ran into this little astonishment yesterday on 7.4.8.  When I
> create a database connected as the super user using:

> CREATE DATABASE foo OWNER = foo;

> The database is indeed owned by user foo, but the automatically
> created public schema is is owned by the database super user.  Should
> this schema not be created as owned by the database owner specified
> in the CREATE DATABASE command?

That's the way it's supposed to work.  CREATE DATABASE does not change
anything inside the copied database.

            regards, tom lane

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: restoring an old database to a new instance -- possible ?
Next
From: Alvaro Herrera
Date:
Subject: Re: Problem in restore data