Grant permission to run table-info functions to public
This is needed as a way to migrate from versions < 0.2.0 See #36
This commit is contained in:
@@ -5,9 +5,10 @@ Important changes:
|
||||
|
||||
- This release adds dependency on "plpythonu" extension
|
||||
- Roles are not created anymore, previously private functions
|
||||
for table information extraction will now be callable by
|
||||
anyone while only returning information about tables over
|
||||
which the calling user has SELECT privilege (#36)
|
||||
for table information extraction (CDB_UserTables, CDB_TableIndexes,
|
||||
CDB_ColumnNames, CDB_ColumnType) will now be callable by anyone while
|
||||
only returning information about tables over which the calling user
|
||||
has SELECT privilege (#36)
|
||||
|
||||
Bug fixes:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user