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:
Sandro Santilli
2014-06-06 11:36:19 +02:00
parent 01ae7b8c10
commit f8180123eb
5 changed files with 16 additions and 4 deletions
+4 -3
View File
@@ -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: