Thread: createdb creates a default table

createdb creates a default table

From
Peter Choe
Date:
everytime i use createdb common a default table is created.  is there some
way i can stop this from happening?

Peter Choe



Re: createdb creates a default table

From
frbn
Date:
'createdb'  or 'create database' both use template1 database
as the default settings.
Log in as 'postgres' (or pgsql in freebsd) and
modify the template1 database.

Peter Choe wrote:
> everytime i use createdb common a default table is created.  is there
> some way i can stop this from happening?
>
> Peter Choe
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>