| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | CSN <cool_screen_name90001(at)yahoo(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: alter owner on schema? |
| Date: | 2004-05-10 04:03:36 |
| Message-ID: | 200405100403.i4A43aA04461@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Stijn Vanroye | 2004-05-10 10:54:36 | Cancel query based on a timeout |
| Previous Message | Bruce Momjian | 2004-05-10 03:58:12 | Re: Adding MERGE to the TODO list (resend with subject) |