Database variables when copying a database - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Database variables when copying a database
Date
Msg-id 40ADBDEF.70503@familyhealth.com.au
Whole thread Raw
Responses Re: Database variables when copying a database  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
List pgsql-hackers
Hi,

When you do this:

CREATE DATABASE test TEMPLATE master;

It doesn't copy any per-database GUC variables,  created by the ALTER 
DATABASE master SET var TO val; command.

Should it?

Chris



pgsql-hackers by date:

Previous
From: Grant Finnemore
Date:
Subject: Compile breakage
Next
From: Christopher Kings-Lynne
Date:
Subject: Re: Compile breakage