On Sun, Nov 26, 2023 at 7:47 AM Anton A. Melnikov <a(dot)melnikov(at)postgrespro(dot)ru>
wrote:
>
> postgres=# ALTER DATABASE template1 SET TimeZone = 'UTC';
>
> Could you clarify please. Is this normal, predictable behavior?
>
>
https://www.postgresql.org/docs/current/sql-createdatabase.html
Database-level configuration parameters (set via ALTER DATABASE) and
database-level permissions (set via GRANT) are not copied from the template
database.
David J.