Frank Bax wrote:
>
> When I have multiple schemas in one database; I generally have a user
> that "owns" each schema, as in:
>
> CREATE USER kevin;
> CREATE SCHEMA kevin AUTHORIZATION kevin;
>
> Then I process the sql commands with:
>
> % psql db_kevin kevin < create-kevin.sql
Hello:
I was going to post this question first thing this AM. You read my mind
and already answered. BIG THANKS.
Jennifer