createdb creates a default table
Started by Peter Choeover 23 years ago2 messagesgeneral
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
'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:
Show quoted text
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?