Tom Lane wrote:
> Better to provide the sample database in a
> form in which it can be easily dropped/reloaded. I'm envisioning that
> there's a source file in $sharedir and we tell people
>
> createdb example
> psql -f $sharedir/example.sql example
>
>
>
This is a much better idea than doing it at initdb time, IMNSHO.
cheers
andrew