Re: Database properties not being duplicated - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Database properties not being duplicated
Date
Msg-id 14998.1115394461@sss.pgh.pa.us
Whole thread Raw
In response to Database properties not being duplicated  ("Ben Trewern" <ben.trewern@_nospam_mowlem.com>)
List pgsql-hackers
"Ben Trewern" <ben.trewern@_nospam_mowlem.com> writes:
> If I have one database say db1 and then do:
> ALTER DATABASE db1 SET DateStyle=iso, dmy;
> Then do
> CREATE DATABASE db2 TEMPLATE db1;
> the DateStyle does not get carried accross to the new database.  Is this a 
> bug?

No, not in my view.  We don't propagate any of the other pg_database
columns (eg, name, owner, permissions) either.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Marc G. Fournier"
Date:
Subject: Re: pgFoundry
Next
From: "Jim C. Nasby"
Date:
Subject: Re: Views, views, views! (long)