Re: Should timezone be inherited from template database? - Mailing list pgsql-hackers

From David G. Johnston
Subject Re: Should timezone be inherited from template database?
Date
Msg-id CAKFQuwZGxZZfTNUUobxdgi73HrSKoGNCJfW4a1G2a2d4J74X5Q@mail.gmail.com
Whole thread Raw
In response to Should timezone be inherited from template database?  ("Anton A. Melnikov" <a.melnikov@postgrespro.ru>)
Responses Re: Should timezone be inherited from template database?
List pgsql-hackers
On Sun, Nov 26, 2023 at 7:47 AM Anton A. Melnikov <a.melnikov@postgrespro.ru> wrote:

postgres=# ALTER DATABASE template1 SET TimeZone = 'UTC';

Could you clarify please. Is this normal, predictable behavior?

 

 Database-level configuration parameters (set via ALTER DATABASE) and database-level permissions (set via GRANT) are not copied from the template database.

David J.

pgsql-hackers by date:

Previous
From: Kirtika Gautam
Date:
Subject: How to get started with contributions
Next
From: "Anton A. Melnikov"
Date:
Subject: Re: Should timezone be inherited from template database?