rcaban@ccc-cable.net (roy cabaniss) writes:
> PostgreSQL said: ERROR: CREATE DATABASE: source database "template1"
> is being accessed by other users
Find the session that's connected to template1 and kill it.
As a rule, you shouldn't be doing any real work in template1.
regards, tom lane