Re: BUG #1222: database owner should have implicit control

From: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
To: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, radim kolar <hsn(at)netmag(dot)cz>, PostgreSQL Bugs List <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #1222: database owner should have implicit control
Date: 2004-08-19 07:42:57
Message-ID: Pine.LNX.4.58.0408190941330.31684@sablons.cri.ensmp.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


> > "ALTER SCHEMA foo OWNER TO bla" if you're a super user.
>
> And using 8.0... I saw that but was looking for a 7.4 solution...

Maybe: UPDATE pg_namespace SET nspowner=<bla-number> WHERE nspname='foo';

--
Fabien Coelho - coelho(at)cri(dot)ensmp(dot)fr

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Martin Münstermann 2004-08-19 07:44:43 Re: [BUGS] 8.0.0beta1: -lpthread missing
Previous Message Bruce Momjian 2004-08-19 03:15:53 Re: BUG #1224: Restarting postgres appends extra -D argument