Merge remote-tracking branch 'origin/master' into new_querytables_library

This commit is contained in:
Alejandro Martínez
2016-02-22 15:35:36 +01:00
7 changed files with 476 additions and 226 deletions

View File

@@ -7385,3 +7385,8 @@ GRANT ALL ON TABLE populated_places_simple_reduced TO :TESTUSER;
GRANT SELECT ON TABLE populated_places_simple_reduced TO :PUBLICUSER;
VACUUM ANALYZE populated_places_simple_reduced;
create table populated_places_simple_reduced_private AS
select * from populated_places_simple_reduced;
GRANT ALL ON TABLE populated_places_simple_reduced_private TO :TESTUSER;