> I have created a database name '"ofbiz". then the default schema name
> "public " created automatically. I want to create schema name ofbiz in the
> database "ofbiz"
> when I create database name "ofbiz" then the schema name "ofbiz" will
> create automatically.
> how it is possible if yes,
Pre-create the schema in the database that's used as a template when
creating database ofbiz.
It's all in the docs.
Karsten