mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-17 02:53:51 +08:00
Check GRANTs in update tests
This commit is contained in:
parent
aea7c7edac
commit
5883d0d833
@ -1,7 +1,7 @@
|
||||
|
||||
GRANT USAGE ON SCHEMA _timescaledb_cache TO PUBLIC;
|
||||
GRANT SELECT ON ALL TABLES IN SCHEMA _timescaledb_internal TO PUBLIC;
|
||||
GRANT SELECT ON ALL TABLES IN SCHEMA _timescaledb_catalog TO PUBLIC;
|
||||
GRANT SELECT ON TABLE _timescaledb_internal.bgw_job_stat TO PUBLIC;
|
||||
GRANT SELECT ON ALL SEQUENCES IN SCHEMA _timescaledb_catalog TO PUBLIC;
|
||||
GRANT SELECT ON ALL SEQUENCES IN SCHEMA _timescaledb_config TO PUBLIC;
|
||||
GRANT SELECT ON ALL SEQUENCES IN SCHEMA _timescaledb_internal TO PUBLIC;
|
||||
|
||||
|
@ -6,6 +6,11 @@
|
||||
\d+ _timescaledb_catalog.chunk_index
|
||||
\d+ _timescaledb_catalog.tablespace
|
||||
|
||||
\z _timescaledb_cache.*
|
||||
\z _timescaledb_catalog.*
|
||||
\z _timescaledb_config.*
|
||||
\z _timescaledb_internal.*
|
||||
|
||||
\di+ _timescaledb_catalog.*
|
||||
-- Do not list sequence details because of potentially different state
|
||||
-- of the sequence between updated and restored versions of a database
|
||||
|
Loading…
x
Reference in New Issue
Block a user