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
Mario de Frutos Dieguez
8ecd2cd5e2
Reuser creator_role
...
Co-Authored-By: Alberto Romeu <alrocar@users.noreply.github.com>
2019-07-04 17:48:00 +02:00
Mario de Frutos Dieguez
f4be59cae0
Added tests
2019-07-04 17:48:00 +02:00
Mario de Frutos Dieguez
fe66b2865a
Upgrade version to 0.29.0
2019-07-04 17:48:00 +02:00
Mario de Frutos Dieguez
2be9d2d81a
Enable OAuth scripts
2019-07-04 17:47:36 +02:00
Mario de Frutos Dieguez
5744921065
OAuth functions
...
- Create/drop reassign event trigger and the function with the logic
- Function that reassings owner to ownership role if defined
2019-07-04 17:47:36 +02:00
Rafa de la Torre
4c93258cd2
Prepare release of 0.28.1
2019-07-04 16:09:53 +02:00
Javier Goizueta
bf140890d8
Merge pull request #365 from CartoDB/table-syncer-notmps
...
Sync tables without using temporary hash tables
2019-07-04 16:05:21 +02:00
Rafa de la Torre
29a31d4c40
Merge pull request #362 from CartoDB/fdw-affected-tables
...
Make CDB_Get_Foreign_Updated_At robust to missing CDB_TableMetadata
2019-07-04 16:02:46 +02:00
Javier Goizueta
dbd403a2f6
Fix cases of double-quoting identifiers
2019-07-04 12:47:58 +02:00
Javier Goizueta
cb353ec6a8
Add tests for quoted table & column names
2019-07-04 12:47:01 +02:00
Javier Goizueta
2beabfced6
Add test for double schema-quoting
2019-07-03 18:48:49 +02:00
Javier Goizueta
7bdee5c13e
Avoid double-quoting
...
Since dst_schema is a REGNAMESPACE, it is automatically quoted when casted to TEXT
2019-07-03 18:34:54 +02:00
Javier Goizueta
c07784566a
NEWS for next release
2019-07-03 17:02:36 +02:00
Javier Goizueta
2e1fe2933c
Fix whitespace
2019-07-03 16:56:29 +02:00
Rafa de la Torre
d378ca6fe0
Test for missing foreign CDB_TableMetadata
2019-07-03 16:25:16 +02:00
Rafa de la Torre
446f4113d9
Return NULL instead of NOW()
...
The absence of foreign CDB_TableMetadata actually means that we cannot
really tell when a remote table was modified.
Therefore we're using NULL with the meaning of "I don't know when it
was last modified".
To be taken in other caching layers, to adjust headers accordingly.
2019-07-03 16:19:46 +02:00
Javier Goizueta
5963c67376
Order the columns of a cartodbfied table consistently
...
The final order of the columns of a cartodbfied table wasn't uniquely specified, so could vary across PG versions.
This was a problem in particular for having deterministic test results.
2019-07-03 16:16:37 +02:00
Javier Goizueta
f5f18ca57c
Fix the order of the columns
2019-07-02 18:14:18 +02:00
Javier Goizueta
d8c840d126
Quote table and column names when necessary
...
Also use type NAME when appropriate. Note that quoted column names are not NAMES (may be longer).
2019-07-02 18:14:04 +02:00
Javier Goizueta
65483743b4
Remove unused vars
2019-07-02 17:44:06 +02:00
Javier Goizueta
4651883454
Fix order of test results
2019-07-02 17:43:13 +02:00
Javier Goizueta
470bae6268
Merge branch 'master' into table-syncer-notmps
...
# Conflicts:
# scripts-available/CDB_SyncTable.sql
2019-07-02 12:21:49 +02:00