Re: dumb question

From: Michael Glaesemann <grzm(at)myrealbox(dot)com>
To: Craig White <craigwhite(at)azapple(dot)com>
Cc: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: dumb question
Date: 2006-02-13 02:07:01
Message-ID: 5F86A013-9057-4D25-99FD-02D7D4B2B0DB@myrealbox.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tony Caduto 2006-02-13 02:11:56 Re: Why does an ON SELECT rule have to be named "_RETURN"?
Previous Message Tham Shiming 2006-02-13 01:50:08 Re: Dropping a database that does not exist