On Thu, Jan 13, 2005 at 13:35:57 +0000,
Lawrence Moran <lm511@york.ac.uk> wrote:
> Hi,
>
> I have a simple, flat, empty database I'd like to use as a template for
> others. How can I copy this template to start developing a new
> database? Can it be done through phpPgAdmin?
When you run createdb you can specify an alternate template database using
the --template option.