Re: Completed pg_depend support

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Rod Taylor" <rbt(at)zort(dot)ca>, <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Completed pg_depend support
Date: 2002-04-07 02:59:25
Message-ID: 007e01c1dde0$3a80d8e0$0200a8c0@SOL
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

> Also, try to drop type int4 ;) Restricts by default (fresh initdb).
>
> template1=# drop type int4;
> ERROR: Drop Restricted as Table pg_inherits Depends on Type int4
>
> TODO.depend is the list of actions I needed to do (or did). More or
> gives a list of affected areas.

Do superusers have more privileges than normal users? ie. Does it say
prevent normal users from doing hideous stuff like dropping int4, but allows
a superuser to do it if they really want to?

Chris

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Rod Taylor 2002-04-07 04:13:38 Re: Completed pg_depend support
Previous Message Rod Taylor 2002-04-07 01:58:07 Completed pg_depend support