Re: alter owner on schema? - Mailing list pgsql-general

From Bruce Momjian
Subject Re: alter owner on schema?
Date
Msg-id 200405100403.i4A43aA04461@candle.pha.pa.us
Whole thread Raw
In response to alter owner on schema?  (CSN <cool_screen_name90001@yahoo.com>)
List pgsql-general
CSN wrote:
> Is there a way to change the owner of a schema
> (without deleting/recreating it)?

No, I don't see a way to change the owner.  You might be able to update
the pg_namespace table to do this, but I am not sure.  Of course, you
can control the permissions on the schema easily with GRANT ON SCHEMA.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-general by date:

Previous
From: Alexander Cohen
Date:
Subject: full tuple count in cursor.
Next
From: "Stijn Vanroye"
Date:
Subject: Cancel query based on a timeout