Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Grant on table fails

164 views
Skip to first unread message

mike...@gmail.com

unread,
Jun 19, 2013, 5:45:46 AM6/19/13
to
Creating a table and granting all to public fails.
When I create a table in isql and grant all on the table to public, no other user can see the table.
Example
1> create table mikes (col1 varchar(10))


2> grant all on mikes to public


3> commit


End of Request

However logging in as a different user I get
1> select * from mikes

E_US0845 Table 'mikes' does not exist or is not owned by you.
(Wed Jun 19 10:39:44 2013)


End of Request - Terminated by Errors

Running Ingres SPARC SOLARIS Version II 9.2.1 (su9.us5/103)

We are doing the same thing in OpenRoad5.1 and getting the same issue.

Is this a known issue and is there a patch?

Martin Bowes

unread,
Jun 19, 2013, 6:14:20 AM6/19/13
to Ingres and related product discussion forum, mike...@gmail.com
Hi Mike.

The new user must specify a schema name in the table.

Ie. Who owns the table.

When a user selects from a table and no schema is supplied then the system will search the schema of the user, then the schema of the database owner...and no one else.

Marty
_______________________________________________
Info-Ingres mailing list
Info-...@kettleriverconsulting.com
http://ext-cando.kettleriverconsulting.com/mailman/listinfo/info-ingres


mike...@gmail.com

unread,
Jun 19, 2013, 6:34:10 AM6/19/13
to
Thanks for that. A schoolboy error!
0 new messages