Dropping users

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Dropping users
Date: 2003-09-10 22:24:47
Message-ID: 20030910222446.GD5175@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The problem with checking ownership of objects before dropping users is
that there's no way to check what objects depend on a user on another
database. But what if this information is stored in a shared relation?
Like pg_depend but only for shared objects.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Someone said that it is at least an order of magnitude more work to do
production software than a prototype. I think he is wrong by at least
an order of magnitude." (Brian Kernighan)

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-09-10 22:32:27 Re: 64-bit pgsql
Previous Message Bruce Momjian 2003-09-10 22:21:39 Re: [HACKERS] psql \h alter scrolls of screen