Re: New pg_pwd patch and stuff

From: todd brandys <brandys(at)eng3(dot)hep(dot)uiuc(dot)edu>
To: scrappy(at)hub(dot)org
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: New pg_pwd patch and stuff
Date: 1998-01-15 20:41:51
Message-ID: 199801152041.AA00470@eng3.hep.uiuc.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> As for the pg_privileges relation and whatnot...is this something we want
> for v6.3 (can it be done in 2weeks?) or wait until after v6.3 is released?

I don't think (realistically) that such a task could be done in two weeks. No.
Rather, we should wait until after release 6.3, and then maybe spend some time
debating on what the pg_privileges table should look like. After the table is
created (the easy part), then it becomes a hunt to find all the places where
privileges are checked and change to the code in these spot (not too bad really).
Finally, we have to develop the code for governing column permissions (this is
the most difficult part of the project). The query processor must be changed
to check the permissions of each column in all commands.

This would be a tall order for two weeks. Especially, to be certain that we
had a consensus among the hacker community that what was being done was being
done in the best way possible.

Todd A. Brandys
brandys(at)eng3(dot)hep(dot)uiuc(dot)edu

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message todd brandys 1998-01-15 20:42:31 subscribe
Previous Message Karl Denninger 1998-01-15 20:32:20 Re: [QUESTIONS] Arrays (inserting and removing)