1. Fixed a couple of typos in file storage2. New fast permissions stuff (PG only thus far)2. While poking around CMS code looking for things that needed recreating due to the permissions upgrade, changed over to "create or replace function"
First round of speedups for verious permissions issues. Key finding is thatthe all_object_party_privilege_map is speedy in PostgreSQL and apparently inOracle, as well (having re-read some of the optimization threads).