Database variables when copying a database

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Database variables when copying a database
Date: 2004-05-21 08:29:35
Message-ID: 40ADBDEF.70503@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2004-05-21 08:36:01 Re: Compile breakage
Previous Message Grant Finnemore 2004-05-21 07:28:12 Compile breakage