On Feb 13, 2006, at 10:29 , Craig White wrote:
> How do I change the owner of a schema?
>
> ALTER SCHEMA "public" OWNER to "some_user"; #?
http://www.postgresql.org/docs/current/interactive/sql-alterschema.html
The docs explain this very situation. HTML documentation ships with
the PostgreSQL distribution and can also be found online.
Hope this helps.
Michael Glaesemann
grzm myrealbox com