Tom Lane wrote: >Rainer Bauer <usenet@xxxxxxxxxx> writes: >> Wouldn't it be possible to copy the database folder and somehow instruct the >> postmaster to include the copied data after a restart? > >See CREATE DATABASE's TEMPLATE option. It's a bit crude but I think >it'll help. Thanks, Tom. Works like a charm. Rainer ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match