Raul Marin
a580bedefc
Set safe schema on some functions
2019-10-03 18:58:27 +02:00
Raul Marin
0e891eff7f
Remove cartodb from search path
...
All calls to the extension functions should, and are,
be properly qualified, so there is no need to keep
the cartodb schema in the search_path
2019-10-03 18:58:27 +02:00
Raul Marin
52b3290d26
CDB_TableMetadata: Use secure search_path
2019-10-03 18:58:27 +02:00
Raul Marin
186ee37a57
CDB_Username: Set secure search_path
2019-10-03 18:58:27 +02:00
Raul Marin
0898881470
Oauth: Set secure search_path
2019-10-03 18:58:27 +02:00
Raul Marin
4dfd71639a
CDB_OAuthReassignTableOwnerOnCreation: Use CDB_Conf_GetConf
...
Instead of accessing the cdb_conf table directly
2019-10-03 18:58:27 +02:00
Raul Marin
c6b90aac8a
GhostTables: Set secure search_path
2019-10-03 18:58:27 +02:00
Raúl Marín
8a87f96f04
Merge pull request #370 from Algunenano/ghost_matview
...
Ghost tables: Add missing tags
2019-10-03 15:06:11 +02:00
Raul Marin
7c10fcc363
Update NEWS
2019-10-01 11:03:53 +02:00
Raul Marin
2f178bd89e
_CDB_SetUp_User_PG_FDW_Server: Minor log changes
2019-10-01 11:02:34 +02:00
Raul Marin
32489c4eab
Ghost tables: Add missing tags
...
- Add materialized views commands.
- Add missing alter trigger.
- Add 'IMPORT FOREIGN SCHEMA' since it might create new tables.
- Add 'DROP EXTENSION' and 'DROP TYPE' since they alter table columns.
- Add 'DROP SCHEMA' and 'DROP SERVER' as they drop tables.
2019-10-01 11:02:34 +02:00
Rafa de la Torre
afa52aa92b
Prepare release 0.30.0
2019-07-17 09:58:21 +02:00
Rafa de la Torre
746dbea434
Merge pull request #369 from CartoDB/user-defined-fdw
...
User defined FDW's
2019-07-17 09:52:23 +02:00
Rafa de la Torre
f9bd469ea9
Make oauth tests a bit more robust
2019-07-17 09:46:49 +02:00
Rafa de la Torre
402d97daa6
Merge remote-tracking branch 'origin/master' into user-defined-fdw
2019-07-17 09:18:35 +02:00
Rafa de la Torre
e41d2ec019
Add a flag to force drop of user FDW and related objects
...
If force = true then it will add the subclause `CASCADE` to the SQL
DDL sentences that support it, otherwise it'll use `RESTRICT` which is
the default and exact opposite.
2019-07-16 17:40:05 +02:00
Rafa de la Torre
3c460f1a85
Add a bunch of RAISE NOTICE's to inform user about progress
2019-07-16 17:03:23 +02:00
Rafa de la Torre
076207c49c
Make sure there are no (double)escaping issues
2019-07-16 16:24:02 +02:00
Rafa de la Torre
ce1e9ac41c
Prefix all objects created with cdb_fdw_
...
Build the DB objects related to a user FDW with the following form:
`cdb_fdw_name`. This is aimed at easily inspect and filter them.
As requested in code review.
2019-07-16 15:35:35 +02:00
Rafa de la Torre
0f33ee8b22
Prepend an underscore (_) to functions meant to be run by superuser
...
_CDB_SetUp_User_PG_FDW_Server and _CDB_Drop_User_PG_FDW_Server are
meant to be executed by a superuser. Therefore they shouldn't be
considered part of the public API and hence the _CDB_Private_Function
naming convention.
2019-07-16 14:32:32 +02:00
Rafa de la Torre
a32dea0282
Remove SECURITY DEFINER from user-defined FDW's
2019-07-16 13:26:03 +02:00
Rafa de la Torre
3a255df9d0
Rename PG-FDW's-specific functions to _PG_FDW_
...
As per review comment.
2019-07-16 13:14:11 +02:00
Rafa de la Torre
c4e2549dc8
A few more permissions tests for completeness
2019-07-15 18:14:23 +02:00
Rafa de la Torre
2e9f642378
Check when users shall not have permissions to the FDW
2019-07-15 17:32:48 +02:00
Rafa de la Torre
99096d41e0
Drop the role when dropping a user-defined FDW
2019-07-15 17:25:48 +02:00
Rafa de la Torre
3a10ef7e76
Add ability to grant fdw role to org members
2019-07-15 16:54:23 +02:00
Rafa de la Torre
a20676f391
Add a test/example of granting the fdw role
2019-07-15 16:19:06 +02:00
Rafa de la Torre
37004db047
Add new function to drop a user-defined foreign server
2019-07-15 16:14:07 +02:00
Rafa de la Torre
1189d70b2a
Request host auth to use password
...
This is required for non superusers to use FDW's. See
https://www.postgresql.org/docs/11/postgres-fdw.html#id-1.11.7.42.10
2019-07-15 14:52:39 +02:00
Rafa de la Torre
8cfc8e65cf
Test with a regular user (non-superadmin)
2019-07-15 14:44:21 +02:00
Gonzalo Riestra
32db4fd81e
Merge pull request #367 from CartoDB/oauth_create_table_trigger
...
Oauth create table trigger
2019-07-15 13:43:08 +02:00
Gonzalo Riestra
a1e3e9a8df
update news
2019-07-15 13:42:43 +02:00
Rafa de la Torre
6e34e16b8d
Add basic test for user-defined FDW's
2019-07-15 13:16:14 +02:00
Rafa de la Torre
70220e04c1
Allow for imports of tables in different source schemas
2019-07-15 13:13:21 +02:00
Gonzalo Riestra
a5cb9f268d
reassign ownership for sequences and functions as well
2019-07-15 12:31:44 +02:00
Rafa de la Torre
d2d909145d
Add convenience function to import fdw tables
2019-07-12 16:53:34 +02:00
Rafa de la Torre
34dec227c4
Rename to CDB_SetUp_User_Foreign_Server
2019-07-12 16:53:34 +02:00
Rafa de la Torre
99e92e2505
Create a "PUBLIC" user mapping
2019-07-12 16:53:34 +02:00
Rafa de la Torre
c58a084102
Tweak ownership of db objects
2019-07-12 16:53:34 +02:00
Rafa de la Torre
b7907ff82f
Fix typo granting perms
2019-07-12 16:53:34 +02:00
Rafa de la Torre
12d955075a
Fix bug iterating user_mapping options
2019-07-12 16:53:34 +02:00
Rafa de la Torre
10a4d85c01
Fix typo in example: missing closing }
2019-07-12 16:53:24 +02:00
Rafa de la Torre
524bb6ad42
Fix copy/paste typos
2019-07-12 12:49:59 +02:00
Rafa de la Torre
4da89d8abd
First version of the function WIP
2019-07-12 12:40:02 +02:00
Rafa de la Torre
c7311ba48e
A stub of a convenient FDW function
2019-07-12 12:00:30 +02:00
Gonzalo Riestra
2eae7876e2
fix makefile
2019-07-12 08:38:21 +02:00
Mario de Frutos Dieguez
91c3b86d45
Updated NEWS and tests README
2019-07-04 17:53:11 +02:00
Mario de Frutos Dieguez
f55d789c41
Make some tests to have different expects for different PG versions
2019-07-04 17:48:01 +02:00
Mario de Frutos Dieguez
3eb8ab24d8
Improved tests
2019-07-04 17:48:01 +02:00
Mario de Frutos Dieguez
0f1c98c743
Check for empty strings as well
2019-07-04 17:48:01 +02:00