Re: [GENERAL] copy template X -> Y

2006-11-15 Thread Alban Hertroys
jef peeraer wrote: > is it possible to copy one template, say X to a new template , called Y ? CREATE DATABASE Y TEMPLATE X; > Or better, i want a sort of a basic template that can be used to create > a new schema. A template for a schema... Not directly AFAIK, but you can write SQL files to gen

[GENERAL] copy template X -> Y

2006-11-15 Thread jef peeraer
is it possible to copy one template, say X to a new template , called Y ? Or better, i want a sort of a basic template that can be used to create a new schema. jef ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster