Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Well, thanks. I was going over that for my book. If I do createdb from
> another database, I guess I get a copy of that database, right?
No, it's always a copy of template1. CREATE DATABASE really doesn't
care which database you're connected to (nor does CREATE USER).
regards, tom lane