schema creation during initdb

From: "sharath kumar" <k(dot)sharat(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: schema creation during initdb
Date: 2007-04-17 19:59:33
Message-ID: 63b2ddcd0704171259n3cb83e6ew55ab71110ab7f8a6@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

How can I create a schema during initdb time?
For example pg_catalog, pg_toast, information_schema are created during
initdb time. Likewise I want to create my own schema at initdb time. How can
i do it? Also how to create a table into this schema at that time itself?

Thanks
Sharat.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2007-04-17 20:18:42 Re: schema creation during initdb
Previous Message Joshua D. Drake 2007-04-17 19:51:51 Re: Autovacuum vs statement_timeout