Some query and BI tools require you to grant query permission to a table before it becomes visible and you can do that using the grant_table() function.
This occurs in clients that use the views in the ANSI INFORMATION_SCHEMA rather than native PostgreSQL dictionary views.
Comments
Article is closed for comments.