Re: dumb question - Mailing list pgsql-general

From Michael Glaesemann
Subject Re: dumb question
Date
Msg-id 5F86A013-9057-4D25-99FD-02D7D4B2B0DB@myrealbox.com
Whole thread Raw
In response to dumb question  (Craig White <craigwhite@azapple.com>)
Responses Re: dumb question  (Craig White <craigwhite@azapple.com>)
List pgsql-general
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




pgsql-general by date:

Previous
From: Craig White
Date:
Subject: dumb question
Next
From: Tony Caduto
Date:
Subject: Re: Why does an ON SELECT rule have to be named "_RETURN"?