On Sun, Jul 10, 2005 at 22:39:33 +0200,
Søren Poulsen <wmsopou@hotmail.com> wrote:
> Im denied permission to select from a table that im the owner of, in a
> schema that own too. Only if I grant access to public on both am I permitted
> to select - shouldnt I have have usage permission as owner? Btw. im logging
> in using jdbc.
The only of a table doesn't necessarily have select access to it. However,
you would have that access after creating the table unless you explicitly
revoked it. A similar situation applies to usage access to the schema.