Query Window : Describe - Informix view permissions are not displayed
Connect to informix server 9.4
Open a query analyzer window
Type ran and hit ctrl+D to describe
You can see that Permissions for views are not displayed, even though they exist.
|
115 KB
describequery class views and tables as tables; when extraction occurs, the view is thought of as a table and not found. We need to modify the extraction to determine if its a view or table so we can determine what it is at permissions extraction level.
Issue #7850 |
Closed |
Completion |
No due date |
No fixed build |
No time estimate |
describequery class views and tables as tables; when extraction occurs, the view is thought of as a table and not found. We need to modify the extraction to determine if its a view or table so we can determine what it is at permissions extraction level.