Hi all,
I would like to create a database based upon a template which also
contains some tables. After invoking
psql -T -U -O test
the new database 'test' belongs to but all tables are still
belonging to the user who owns the template . This results
in the following error message when access
Scott Marlowe wrote:
> On Mon, 2006-03-27 at 11:04, Stefan Fink wrote:
>
>>Hi all,
>>
>>I would like to create a database based upon a template which also
>>contains some tables. After invoking
>>
>>psql -T -U -O test
>>
>>the ne