Re: template1, can there be a template2/3/4? - Mailing list pgsql-general

From Tom Lane
Subject Re: template1, can there be a template2/3/4?
Date
Msg-id 6584.991678060@sss.pgh.pa.us
Whole thread Raw
In response to Re: template1, can there be a template2/3/4?  (Jim Mercer <jim@reptiles.org>)
List pgsql-general
Jim Mercer <jim@reptiles.org> writes:
> where are these relations?  is this a compile-time thing, or can it be done
> on-the-fly?

Compile-time; see SharedSystemRelationNames in
backend/utils/init/globals.c.  You'd have to do an initdb after changing
it, anyway.

            regards, tom lane

pgsql-general by date:

Previous
From: "Tim Barnard"
Date:
Subject: Re: libpq and PostgreSQL NOTICEs
Next
From: Jim Mercer
Date:
Subject: Re: template1, can there be a template2/3/4?