diff --git a/integration-tests/templates/test_scu_microscopy/openbis_test_scu_microscopy_openbis.sql b/integration-tests/templates/test_scu_microscopy/openbis_test_scu_microscopy_openbis.sql index 0b8ebd3580334e4d9a8a3195994965e3799e1a03..9c64c87c6e8ba328ca610b09989f76b7f2d0b664 100644 --- a/integration-tests/templates/test_scu_microscopy/openbis_test_scu_microscopy_openbis.sql +++ b/integration-tests/templates/test_scu_microscopy/openbis_test_scu_microscopy_openbis.sql @@ -7648,1287 +7648,3 @@ ALTER TABLE ONLY sample_type_property_types ADD CONSTRAINT stpt_script_fk FOREIGN KEY (script_id) REFERENCES scripts(id); --- --- Name: public; Type: ACL; Schema: -; Owner: - --- - -REVOKE ALL ON SCHEMA public FROM PUBLIC; -REVOKE ALL ON SCHEMA public FROM postgres; -GRANT ALL ON SCHEMA public TO postgres; -GRANT ALL ON SCHEMA public TO PUBLIC; - - --- --- Name: attachment_content_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE attachment_content_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE attachment_content_id_seq FROM felmer; -GRANT ALL ON SEQUENCE attachment_content_id_seq TO felmer; -GRANT SELECT ON SEQUENCE attachment_content_id_seq TO openbis_readonly; - - --- --- Name: attachment_contents; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE attachment_contents FROM PUBLIC; -REVOKE ALL ON TABLE attachment_contents FROM felmer; -GRANT ALL ON TABLE attachment_contents TO felmer; -GRANT SELECT ON TABLE attachment_contents TO openbis_readonly; - - --- --- Name: attachment_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE attachment_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE attachment_id_seq FROM felmer; -GRANT ALL ON SEQUENCE attachment_id_seq TO felmer; -GRANT SELECT ON SEQUENCE attachment_id_seq TO openbis_readonly; - - --- --- Name: attachments; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE attachments FROM PUBLIC; -REVOKE ALL ON TABLE attachments FROM felmer; -GRANT ALL ON TABLE attachments TO felmer; -GRANT SELECT ON TABLE attachments TO openbis_readonly; - - --- --- Name: authorization_group_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE authorization_group_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE authorization_group_id_seq FROM felmer; -GRANT ALL ON SEQUENCE authorization_group_id_seq TO felmer; -GRANT SELECT ON SEQUENCE authorization_group_id_seq TO openbis_readonly; - - --- --- Name: authorization_group_persons; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE authorization_group_persons FROM PUBLIC; -REVOKE ALL ON TABLE authorization_group_persons FROM felmer; -GRANT ALL ON TABLE authorization_group_persons TO felmer; -GRANT SELECT ON TABLE authorization_group_persons TO openbis_readonly; - - --- --- Name: authorization_groups; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE authorization_groups FROM PUBLIC; -REVOKE ALL ON TABLE authorization_groups FROM felmer; -GRANT ALL ON TABLE authorization_groups TO felmer; -GRANT SELECT ON TABLE authorization_groups TO openbis_readonly; - - --- --- Name: code_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE code_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE code_seq FROM felmer; -GRANT ALL ON SEQUENCE code_seq TO felmer; -GRANT SELECT ON SEQUENCE code_seq TO openbis_readonly; - - --- --- Name: controlled_vocabularies; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE controlled_vocabularies FROM PUBLIC; -REVOKE ALL ON TABLE controlled_vocabularies FROM felmer; -GRANT ALL ON TABLE controlled_vocabularies TO felmer; -GRANT SELECT ON TABLE controlled_vocabularies TO openbis_readonly; - - --- --- Name: controlled_vocabulary_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE controlled_vocabulary_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE controlled_vocabulary_id_seq FROM felmer; -GRANT ALL ON SEQUENCE controlled_vocabulary_id_seq TO felmer; -GRANT SELECT ON SEQUENCE controlled_vocabulary_id_seq TO openbis_readonly; - - --- --- Name: controlled_vocabulary_terms; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE controlled_vocabulary_terms FROM PUBLIC; -REVOKE ALL ON TABLE controlled_vocabulary_terms FROM felmer; -GRANT ALL ON TABLE controlled_vocabulary_terms TO felmer; -GRANT SELECT ON TABLE controlled_vocabulary_terms TO openbis_readonly; - - --- --- Name: core_plugin_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE core_plugin_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE core_plugin_id_seq FROM felmer; -GRANT ALL ON SEQUENCE core_plugin_id_seq TO felmer; -GRANT SELECT ON SEQUENCE core_plugin_id_seq TO openbis_readonly; - - --- --- Name: core_plugins; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE core_plugins FROM PUBLIC; -REVOKE ALL ON TABLE core_plugins FROM felmer; -GRANT ALL ON TABLE core_plugins TO felmer; -GRANT SELECT ON TABLE core_plugins TO openbis_readonly; - - --- --- Name: cvte_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE cvte_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE cvte_id_seq FROM felmer; -GRANT ALL ON SEQUENCE cvte_id_seq TO felmer; -GRANT SELECT ON SEQUENCE cvte_id_seq TO openbis_readonly; - - --- --- Name: data_all; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE data_all FROM PUBLIC; -REVOKE ALL ON TABLE data_all FROM felmer; -GRANT ALL ON TABLE data_all TO felmer; -GRANT SELECT ON TABLE data_all TO openbis_readonly; - - --- --- Name: data; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE data FROM PUBLIC; -REVOKE ALL ON TABLE data FROM felmer; -GRANT ALL ON TABLE data TO felmer; -GRANT SELECT ON TABLE data TO openbis_readonly; - - --- --- Name: data_deleted; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE data_deleted FROM PUBLIC; -REVOKE ALL ON TABLE data_deleted FROM felmer; -GRANT ALL ON TABLE data_deleted TO felmer; -GRANT SELECT ON TABLE data_deleted TO openbis_readonly; - - --- --- Name: data_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE data_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE data_id_seq FROM felmer; -GRANT ALL ON SEQUENCE data_id_seq TO felmer; -GRANT SELECT ON SEQUENCE data_id_seq TO openbis_readonly; - - --- --- Name: data_set_properties_history; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE data_set_properties_history FROM PUBLIC; -REVOKE ALL ON TABLE data_set_properties_history FROM felmer; -GRANT ALL ON TABLE data_set_properties_history TO felmer; -GRANT SELECT ON TABLE data_set_properties_history TO openbis_readonly; - - --- --- Name: data_set_relationships_history; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE data_set_relationships_history FROM PUBLIC; -REVOKE ALL ON TABLE data_set_relationships_history FROM felmer; -GRANT ALL ON TABLE data_set_relationships_history TO felmer; -GRANT SELECT ON TABLE data_set_relationships_history TO openbis_readonly; - - --- --- Name: data_set_history_view; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE data_set_history_view FROM PUBLIC; -REVOKE ALL ON TABLE data_set_history_view FROM felmer; -GRANT ALL ON TABLE data_set_history_view TO felmer; -GRANT SELECT ON TABLE data_set_history_view TO openbis_readonly; - - --- --- Name: data_set_properties; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE data_set_properties FROM PUBLIC; -REVOKE ALL ON TABLE data_set_properties FROM felmer; -GRANT ALL ON TABLE data_set_properties TO felmer; -GRANT SELECT ON TABLE data_set_properties TO openbis_readonly; - - --- --- Name: data_set_property_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE data_set_property_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE data_set_property_id_seq FROM felmer; -GRANT ALL ON SEQUENCE data_set_property_id_seq TO felmer; -GRANT SELECT ON SEQUENCE data_set_property_id_seq TO openbis_readonly; - - --- --- Name: data_set_relationship_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE data_set_relationship_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE data_set_relationship_id_seq FROM felmer; -GRANT ALL ON SEQUENCE data_set_relationship_id_seq TO felmer; -GRANT SELECT ON SEQUENCE data_set_relationship_id_seq TO openbis_readonly; - - --- --- Name: data_set_relationships_all; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE data_set_relationships_all FROM PUBLIC; -REVOKE ALL ON TABLE data_set_relationships_all FROM felmer; -GRANT ALL ON TABLE data_set_relationships_all TO felmer; -GRANT SELECT ON TABLE data_set_relationships_all TO openbis_readonly; - - --- --- Name: data_set_relationships; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE data_set_relationships FROM PUBLIC; -REVOKE ALL ON TABLE data_set_relationships FROM felmer; -GRANT ALL ON TABLE data_set_relationships TO felmer; -GRANT SELECT ON TABLE data_set_relationships TO openbis_readonly; - - --- --- Name: data_set_relationships_history_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE data_set_relationships_history_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE data_set_relationships_history_id_seq FROM felmer; -GRANT ALL ON SEQUENCE data_set_relationships_history_id_seq TO felmer; -GRANT SELECT ON SEQUENCE data_set_relationships_history_id_seq TO openbis_readonly; - - --- --- Name: data_set_type_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE data_set_type_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE data_set_type_id_seq FROM felmer; -GRANT ALL ON SEQUENCE data_set_type_id_seq TO felmer; -GRANT SELECT ON SEQUENCE data_set_type_id_seq TO openbis_readonly; - - --- --- Name: data_set_type_property_types; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE data_set_type_property_types FROM PUBLIC; -REVOKE ALL ON TABLE data_set_type_property_types FROM felmer; -GRANT ALL ON TABLE data_set_type_property_types TO felmer; -GRANT SELECT ON TABLE data_set_type_property_types TO openbis_readonly; - - --- --- Name: data_set_types; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE data_set_types FROM PUBLIC; -REVOKE ALL ON TABLE data_set_types FROM felmer; -GRANT ALL ON TABLE data_set_types TO felmer; -GRANT SELECT ON TABLE data_set_types TO openbis_readonly; - - --- --- Name: data_store_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE data_store_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE data_store_id_seq FROM felmer; -GRANT ALL ON SEQUENCE data_store_id_seq TO felmer; -GRANT SELECT ON SEQUENCE data_store_id_seq TO openbis_readonly; - - --- --- Name: data_store_service_data_set_types; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE data_store_service_data_set_types FROM PUBLIC; -REVOKE ALL ON TABLE data_store_service_data_set_types FROM felmer; -GRANT ALL ON TABLE data_store_service_data_set_types TO felmer; -GRANT SELECT ON TABLE data_store_service_data_set_types TO openbis_readonly; - - --- --- Name: data_store_services; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE data_store_services FROM PUBLIC; -REVOKE ALL ON TABLE data_store_services FROM felmer; -GRANT ALL ON TABLE data_store_services TO felmer; -GRANT SELECT ON TABLE data_store_services TO openbis_readonly; - - --- --- Name: data_store_services_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE data_store_services_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE data_store_services_id_seq FROM felmer; -GRANT ALL ON SEQUENCE data_store_services_id_seq TO felmer; -GRANT SELECT ON SEQUENCE data_store_services_id_seq TO openbis_readonly; - - --- --- Name: data_stores; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE data_stores FROM PUBLIC; -REVOKE ALL ON TABLE data_stores FROM felmer; -GRANT ALL ON TABLE data_stores TO felmer; -GRANT SELECT ON TABLE data_stores TO openbis_readonly; - - --- --- Name: data_type_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE data_type_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE data_type_id_seq FROM felmer; -GRANT ALL ON SEQUENCE data_type_id_seq TO felmer; -GRANT SELECT ON SEQUENCE data_type_id_seq TO openbis_readonly; - - --- --- Name: data_types; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE data_types FROM PUBLIC; -REVOKE ALL ON TABLE data_types FROM felmer; -GRANT ALL ON TABLE data_types TO felmer; -GRANT SELECT ON TABLE data_types TO openbis_readonly; - - --- --- Name: database_instance_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE database_instance_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE database_instance_id_seq FROM felmer; -GRANT ALL ON SEQUENCE database_instance_id_seq TO felmer; -GRANT SELECT ON SEQUENCE database_instance_id_seq TO openbis_readonly; - - --- --- Name: database_version_logs; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE database_version_logs FROM PUBLIC; -REVOKE ALL ON TABLE database_version_logs FROM felmer; -GRANT ALL ON TABLE database_version_logs TO felmer; -GRANT SELECT ON TABLE database_version_logs TO openbis_readonly; - - --- --- Name: deletion_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE deletion_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE deletion_id_seq FROM felmer; -GRANT ALL ON SEQUENCE deletion_id_seq TO felmer; -GRANT SELECT ON SEQUENCE deletion_id_seq TO openbis_readonly; - - --- --- Name: deletions; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE deletions FROM PUBLIC; -REVOKE ALL ON TABLE deletions FROM felmer; -GRANT ALL ON TABLE deletions TO felmer; -GRANT SELECT ON TABLE deletions TO openbis_readonly; - - --- --- Name: dstpt_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE dstpt_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE dstpt_id_seq FROM felmer; -GRANT ALL ON SEQUENCE dstpt_id_seq TO felmer; -GRANT SELECT ON SEQUENCE dstpt_id_seq TO openbis_readonly; - - --- --- Name: entity_operations_log; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE entity_operations_log FROM PUBLIC; -REVOKE ALL ON TABLE entity_operations_log FROM felmer; -GRANT ALL ON TABLE entity_operations_log TO felmer; -GRANT SELECT ON TABLE entity_operations_log TO openbis_readonly; - - --- --- Name: entity_operations_log_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE entity_operations_log_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE entity_operations_log_id_seq FROM felmer; -GRANT ALL ON SEQUENCE entity_operations_log_id_seq TO felmer; -GRANT SELECT ON SEQUENCE entity_operations_log_id_seq TO openbis_readonly; - - --- --- Name: etpt_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE etpt_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE etpt_id_seq FROM felmer; -GRANT ALL ON SEQUENCE etpt_id_seq TO felmer; -GRANT SELECT ON SEQUENCE etpt_id_seq TO openbis_readonly; - - --- --- Name: event_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE event_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE event_id_seq FROM felmer; -GRANT ALL ON SEQUENCE event_id_seq TO felmer; -GRANT SELECT ON SEQUENCE event_id_seq TO openbis_readonly; - - --- --- Name: events; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE events FROM PUBLIC; -REVOKE ALL ON TABLE events FROM felmer; -GRANT ALL ON TABLE events TO felmer; -GRANT SELECT ON TABLE events TO openbis_readonly; - - --- --- Name: experiment_code_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE experiment_code_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE experiment_code_seq FROM felmer; -GRANT ALL ON SEQUENCE experiment_code_seq TO felmer; -GRANT SELECT ON SEQUENCE experiment_code_seq TO openbis_readonly; - - --- --- Name: experiment_properties_history; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE experiment_properties_history FROM PUBLIC; -REVOKE ALL ON TABLE experiment_properties_history FROM felmer; -GRANT ALL ON TABLE experiment_properties_history TO felmer; -GRANT SELECT ON TABLE experiment_properties_history TO openbis_readonly; - - --- --- Name: experiment_relationships_history; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE experiment_relationships_history FROM PUBLIC; -REVOKE ALL ON TABLE experiment_relationships_history FROM felmer; -GRANT ALL ON TABLE experiment_relationships_history TO felmer; -GRANT SELECT ON TABLE experiment_relationships_history TO openbis_readonly; - - --- --- Name: experiment_history_view; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE experiment_history_view FROM PUBLIC; -REVOKE ALL ON TABLE experiment_history_view FROM felmer; -GRANT ALL ON TABLE experiment_history_view TO felmer; -GRANT SELECT ON TABLE experiment_history_view TO openbis_readonly; - - --- --- Name: experiment_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE experiment_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE experiment_id_seq FROM felmer; -GRANT ALL ON SEQUENCE experiment_id_seq TO felmer; -GRANT SELECT ON SEQUENCE experiment_id_seq TO openbis_readonly; - - --- --- Name: experiment_properties; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE experiment_properties FROM PUBLIC; -REVOKE ALL ON TABLE experiment_properties FROM felmer; -GRANT ALL ON TABLE experiment_properties TO felmer; -GRANT SELECT ON TABLE experiment_properties TO openbis_readonly; - - --- --- Name: experiment_property_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE experiment_property_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE experiment_property_id_seq FROM felmer; -GRANT ALL ON SEQUENCE experiment_property_id_seq TO felmer; -GRANT SELECT ON SEQUENCE experiment_property_id_seq TO openbis_readonly; - - --- --- Name: experiment_relationships_history_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE experiment_relationships_history_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE experiment_relationships_history_id_seq FROM felmer; -GRANT ALL ON SEQUENCE experiment_relationships_history_id_seq TO felmer; -GRANT SELECT ON SEQUENCE experiment_relationships_history_id_seq TO openbis_readonly; - - --- --- Name: experiment_type_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE experiment_type_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE experiment_type_id_seq FROM felmer; -GRANT ALL ON SEQUENCE experiment_type_id_seq TO felmer; -GRANT SELECT ON SEQUENCE experiment_type_id_seq TO openbis_readonly; - - --- --- Name: experiment_type_property_types; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE experiment_type_property_types FROM PUBLIC; -REVOKE ALL ON TABLE experiment_type_property_types FROM felmer; -GRANT ALL ON TABLE experiment_type_property_types TO felmer; -GRANT SELECT ON TABLE experiment_type_property_types TO openbis_readonly; - - --- --- Name: experiment_types; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE experiment_types FROM PUBLIC; -REVOKE ALL ON TABLE experiment_types FROM felmer; -GRANT ALL ON TABLE experiment_types TO felmer; -GRANT SELECT ON TABLE experiment_types TO openbis_readonly; - - --- --- Name: experiments_all; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE experiments_all FROM PUBLIC; -REVOKE ALL ON TABLE experiments_all FROM felmer; -GRANT ALL ON TABLE experiments_all TO felmer; -GRANT SELECT ON TABLE experiments_all TO openbis_readonly; - - --- --- Name: experiments; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE experiments FROM PUBLIC; -REVOKE ALL ON TABLE experiments FROM felmer; -GRANT ALL ON TABLE experiments TO felmer; -GRANT SELECT ON TABLE experiments TO openbis_readonly; - - --- --- Name: experiments_deleted; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE experiments_deleted FROM PUBLIC; -REVOKE ALL ON TABLE experiments_deleted FROM felmer; -GRANT ALL ON TABLE experiments_deleted TO felmer; -GRANT SELECT ON TABLE experiments_deleted TO openbis_readonly; - - --- --- Name: external_data; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE external_data FROM PUBLIC; -REVOKE ALL ON TABLE external_data FROM felmer; -GRANT ALL ON TABLE external_data TO felmer; -GRANT SELECT ON TABLE external_data TO openbis_readonly; - - --- --- Name: external_data_management_system_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE external_data_management_system_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE external_data_management_system_id_seq FROM felmer; -GRANT ALL ON SEQUENCE external_data_management_system_id_seq TO felmer; -GRANT SELECT ON SEQUENCE external_data_management_system_id_seq TO openbis_readonly; - - --- --- Name: external_data_management_systems; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE external_data_management_systems FROM PUBLIC; -REVOKE ALL ON TABLE external_data_management_systems FROM felmer; -GRANT ALL ON TABLE external_data_management_systems TO felmer; -GRANT SELECT ON TABLE external_data_management_systems TO openbis_readonly; - - --- --- Name: file_format_type_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE file_format_type_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE file_format_type_id_seq FROM felmer; -GRANT ALL ON SEQUENCE file_format_type_id_seq TO felmer; -GRANT SELECT ON SEQUENCE file_format_type_id_seq TO openbis_readonly; - - --- --- Name: file_format_types; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE file_format_types FROM PUBLIC; -REVOKE ALL ON TABLE file_format_types FROM felmer; -GRANT ALL ON TABLE file_format_types TO felmer; -GRANT SELECT ON TABLE file_format_types TO openbis_readonly; - - --- --- Name: filter_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE filter_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE filter_id_seq FROM felmer; -GRANT ALL ON SEQUENCE filter_id_seq TO felmer; -GRANT SELECT ON SEQUENCE filter_id_seq TO openbis_readonly; - - --- --- Name: filters; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE filters FROM PUBLIC; -REVOKE ALL ON TABLE filters FROM felmer; -GRANT ALL ON TABLE filters TO felmer; -GRANT SELECT ON TABLE filters TO openbis_readonly; - - --- --- Name: grid_custom_columns; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE grid_custom_columns FROM PUBLIC; -REVOKE ALL ON TABLE grid_custom_columns FROM felmer; -GRANT ALL ON TABLE grid_custom_columns TO felmer; -GRANT SELECT ON TABLE grid_custom_columns TO openbis_readonly; - - --- --- Name: grid_custom_columns_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE grid_custom_columns_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE grid_custom_columns_id_seq FROM felmer; -GRANT ALL ON SEQUENCE grid_custom_columns_id_seq TO felmer; -GRANT SELECT ON SEQUENCE grid_custom_columns_id_seq TO openbis_readonly; - - --- --- Name: link_data; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE link_data FROM PUBLIC; -REVOKE ALL ON TABLE link_data FROM felmer; -GRANT ALL ON TABLE link_data TO felmer; -GRANT SELECT ON TABLE link_data TO openbis_readonly; - - --- --- Name: locator_type_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE locator_type_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE locator_type_id_seq FROM felmer; -GRANT ALL ON SEQUENCE locator_type_id_seq TO felmer; -GRANT SELECT ON SEQUENCE locator_type_id_seq TO openbis_readonly; - - --- --- Name: locator_types; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE locator_types FROM PUBLIC; -REVOKE ALL ON TABLE locator_types FROM felmer; -GRANT ALL ON TABLE locator_types TO felmer; -GRANT SELECT ON TABLE locator_types TO openbis_readonly; - - --- --- Name: material_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE material_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE material_id_seq FROM felmer; -GRANT ALL ON SEQUENCE material_id_seq TO felmer; -GRANT SELECT ON SEQUENCE material_id_seq TO openbis_readonly; - - --- --- Name: material_properties; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE material_properties FROM PUBLIC; -REVOKE ALL ON TABLE material_properties FROM felmer; -GRANT ALL ON TABLE material_properties TO felmer; -GRANT SELECT ON TABLE material_properties TO openbis_readonly; - - --- --- Name: material_properties_history; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE material_properties_history FROM PUBLIC; -REVOKE ALL ON TABLE material_properties_history FROM felmer; -GRANT ALL ON TABLE material_properties_history TO felmer; -GRANT SELECT ON TABLE material_properties_history TO openbis_readonly; - - --- --- Name: material_property_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE material_property_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE material_property_id_seq FROM felmer; -GRANT ALL ON SEQUENCE material_property_id_seq TO felmer; -GRANT SELECT ON SEQUENCE material_property_id_seq TO openbis_readonly; - - --- --- Name: material_type_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE material_type_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE material_type_id_seq FROM felmer; -GRANT ALL ON SEQUENCE material_type_id_seq TO felmer; -GRANT SELECT ON SEQUENCE material_type_id_seq TO openbis_readonly; - - --- --- Name: material_type_property_types; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE material_type_property_types FROM PUBLIC; -REVOKE ALL ON TABLE material_type_property_types FROM felmer; -GRANT ALL ON TABLE material_type_property_types TO felmer; -GRANT SELECT ON TABLE material_type_property_types TO openbis_readonly; - - --- --- Name: material_types; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE material_types FROM PUBLIC; -REVOKE ALL ON TABLE material_types FROM felmer; -GRANT ALL ON TABLE material_types TO felmer; -GRANT SELECT ON TABLE material_types TO openbis_readonly; - - --- --- Name: materials; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE materials FROM PUBLIC; -REVOKE ALL ON TABLE materials FROM felmer; -GRANT ALL ON TABLE materials TO felmer; -GRANT SELECT ON TABLE materials TO openbis_readonly; - - --- --- Name: metaproject_assignment_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE metaproject_assignment_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE metaproject_assignment_id_seq FROM felmer; -GRANT ALL ON SEQUENCE metaproject_assignment_id_seq TO felmer; -GRANT SELECT ON SEQUENCE metaproject_assignment_id_seq TO openbis_readonly; - - --- --- Name: metaproject_assignments_all; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE metaproject_assignments_all FROM PUBLIC; -REVOKE ALL ON TABLE metaproject_assignments_all FROM felmer; -GRANT ALL ON TABLE metaproject_assignments_all TO felmer; -GRANT SELECT ON TABLE metaproject_assignments_all TO openbis_readonly; - - --- --- Name: metaproject_assignments; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE metaproject_assignments FROM PUBLIC; -REVOKE ALL ON TABLE metaproject_assignments FROM felmer; -GRANT ALL ON TABLE metaproject_assignments TO felmer; -GRANT SELECT ON TABLE metaproject_assignments TO openbis_readonly; - - --- --- Name: metaproject_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE metaproject_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE metaproject_id_seq FROM felmer; -GRANT ALL ON SEQUENCE metaproject_id_seq TO felmer; -GRANT SELECT ON SEQUENCE metaproject_id_seq TO openbis_readonly; - - --- --- Name: metaprojects; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE metaprojects FROM PUBLIC; -REVOKE ALL ON TABLE metaprojects FROM felmer; -GRANT ALL ON TABLE metaprojects TO felmer; -GRANT SELECT ON TABLE metaprojects TO openbis_readonly; - - --- --- Name: mtpt_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE mtpt_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE mtpt_id_seq FROM felmer; -GRANT ALL ON SEQUENCE mtpt_id_seq TO felmer; -GRANT SELECT ON SEQUENCE mtpt_id_seq TO openbis_readonly; - - --- --- Name: operation_executions; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE operation_executions FROM PUBLIC; -REVOKE ALL ON TABLE operation_executions FROM felmer; -GRANT ALL ON TABLE operation_executions TO felmer; -GRANT SELECT ON TABLE operation_executions TO openbis_readonly; - - --- --- Name: perm_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE perm_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE perm_id_seq FROM felmer; -GRANT ALL ON SEQUENCE perm_id_seq TO felmer; -GRANT SELECT ON SEQUENCE perm_id_seq TO openbis_readonly; - - --- --- Name: person_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE person_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE person_id_seq FROM felmer; -GRANT ALL ON SEQUENCE person_id_seq TO felmer; -GRANT SELECT ON SEQUENCE person_id_seq TO openbis_readonly; - - --- --- Name: persons; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE persons FROM PUBLIC; -REVOKE ALL ON TABLE persons FROM felmer; -GRANT ALL ON TABLE persons TO felmer; -GRANT SELECT ON TABLE persons TO openbis_readonly; - - --- --- Name: post_registration_dataset_queue; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE post_registration_dataset_queue FROM PUBLIC; -REVOKE ALL ON TABLE post_registration_dataset_queue FROM felmer; -GRANT ALL ON TABLE post_registration_dataset_queue TO felmer; -GRANT SELECT ON TABLE post_registration_dataset_queue TO openbis_readonly; - - --- --- Name: post_registration_dataset_queue_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE post_registration_dataset_queue_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE post_registration_dataset_queue_id_seq FROM felmer; -GRANT ALL ON SEQUENCE post_registration_dataset_queue_id_seq TO felmer; -GRANT SELECT ON SEQUENCE post_registration_dataset_queue_id_seq TO openbis_readonly; - - --- --- Name: project_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE project_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE project_id_seq FROM felmer; -GRANT ALL ON SEQUENCE project_id_seq TO felmer; -GRANT SELECT ON SEQUENCE project_id_seq TO openbis_readonly; - - --- --- Name: project_relationships_history; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE project_relationships_history FROM PUBLIC; -REVOKE ALL ON TABLE project_relationships_history FROM felmer; -GRANT ALL ON TABLE project_relationships_history TO felmer; -GRANT SELECT ON TABLE project_relationships_history TO openbis_readonly; - - --- --- Name: project_relationships_history_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE project_relationships_history_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE project_relationships_history_id_seq FROM felmer; -GRANT ALL ON SEQUENCE project_relationships_history_id_seq TO felmer; -GRANT SELECT ON SEQUENCE project_relationships_history_id_seq TO openbis_readonly; - - --- --- Name: projects; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE projects FROM PUBLIC; -REVOKE ALL ON TABLE projects FROM felmer; -GRANT ALL ON TABLE projects TO felmer; -GRANT SELECT ON TABLE projects TO openbis_readonly; - - --- --- Name: property_type_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE property_type_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE property_type_id_seq FROM felmer; -GRANT ALL ON SEQUENCE property_type_id_seq TO felmer; -GRANT SELECT ON SEQUENCE property_type_id_seq TO openbis_readonly; - - --- --- Name: property_types; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE property_types FROM PUBLIC; -REVOKE ALL ON TABLE property_types FROM felmer; -GRANT ALL ON TABLE property_types TO felmer; -GRANT SELECT ON TABLE property_types TO openbis_readonly; - - --- --- Name: queries; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE queries FROM PUBLIC; -REVOKE ALL ON TABLE queries FROM felmer; -GRANT ALL ON TABLE queries TO felmer; -GRANT SELECT ON TABLE queries TO openbis_readonly; - - --- --- Name: query_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE query_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE query_id_seq FROM felmer; -GRANT ALL ON SEQUENCE query_id_seq TO felmer; -GRANT SELECT ON SEQUENCE query_id_seq TO openbis_readonly; - - --- --- Name: relationship_type_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE relationship_type_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE relationship_type_id_seq FROM felmer; -GRANT ALL ON SEQUENCE relationship_type_id_seq TO felmer; -GRANT SELECT ON SEQUENCE relationship_type_id_seq TO openbis_readonly; - - --- --- Name: relationship_types; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE relationship_types FROM PUBLIC; -REVOKE ALL ON TABLE relationship_types FROM felmer; -GRANT ALL ON TABLE relationship_types TO felmer; -GRANT SELECT ON TABLE relationship_types TO openbis_readonly; - - --- --- Name: role_assignment_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE role_assignment_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE role_assignment_id_seq FROM felmer; -GRANT ALL ON SEQUENCE role_assignment_id_seq TO felmer; -GRANT SELECT ON SEQUENCE role_assignment_id_seq TO openbis_readonly; - - --- --- Name: role_assignments; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE role_assignments FROM PUBLIC; -REVOKE ALL ON TABLE role_assignments FROM felmer; -GRANT ALL ON TABLE role_assignments TO felmer; -GRANT SELECT ON TABLE role_assignments TO openbis_readonly; - - --- --- Name: sample_code_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE sample_code_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE sample_code_seq FROM felmer; -GRANT ALL ON SEQUENCE sample_code_seq TO felmer; -GRANT SELECT ON SEQUENCE sample_code_seq TO openbis_readonly; - - --- --- Name: sample_properties_history; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE sample_properties_history FROM PUBLIC; -REVOKE ALL ON TABLE sample_properties_history FROM felmer; -GRANT ALL ON TABLE sample_properties_history TO felmer; -GRANT SELECT ON TABLE sample_properties_history TO openbis_readonly; - - --- --- Name: sample_relationships_history; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE sample_relationships_history FROM PUBLIC; -REVOKE ALL ON TABLE sample_relationships_history FROM felmer; -GRANT ALL ON TABLE sample_relationships_history TO felmer; -GRANT SELECT ON TABLE sample_relationships_history TO openbis_readonly; - - --- --- Name: sample_history_view; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE sample_history_view FROM PUBLIC; -REVOKE ALL ON TABLE sample_history_view FROM felmer; -GRANT ALL ON TABLE sample_history_view TO felmer; -GRANT SELECT ON TABLE sample_history_view TO openbis_readonly; - - --- --- Name: sample_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE sample_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE sample_id_seq FROM felmer; -GRANT ALL ON SEQUENCE sample_id_seq TO felmer; -GRANT SELECT ON SEQUENCE sample_id_seq TO openbis_readonly; - - --- --- Name: sample_properties; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE sample_properties FROM PUBLIC; -REVOKE ALL ON TABLE sample_properties FROM felmer; -GRANT ALL ON TABLE sample_properties TO felmer; -GRANT SELECT ON TABLE sample_properties TO openbis_readonly; - - --- --- Name: sample_property_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE sample_property_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE sample_property_id_seq FROM felmer; -GRANT ALL ON SEQUENCE sample_property_id_seq TO felmer; -GRANT SELECT ON SEQUENCE sample_property_id_seq TO openbis_readonly; - - --- --- Name: sample_relationship_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE sample_relationship_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE sample_relationship_id_seq FROM felmer; -GRANT ALL ON SEQUENCE sample_relationship_id_seq TO felmer; -GRANT SELECT ON SEQUENCE sample_relationship_id_seq TO openbis_readonly; - - --- --- Name: sample_relationships_all; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE sample_relationships_all FROM PUBLIC; -REVOKE ALL ON TABLE sample_relationships_all FROM felmer; -GRANT ALL ON TABLE sample_relationships_all TO felmer; -GRANT SELECT ON TABLE sample_relationships_all TO openbis_readonly; - - --- --- Name: sample_relationships; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE sample_relationships FROM PUBLIC; -REVOKE ALL ON TABLE sample_relationships FROM felmer; -GRANT ALL ON TABLE sample_relationships TO felmer; -GRANT SELECT ON TABLE sample_relationships TO openbis_readonly; - - --- --- Name: sample_relationships_history_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE sample_relationships_history_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE sample_relationships_history_id_seq FROM felmer; -GRANT ALL ON SEQUENCE sample_relationships_history_id_seq TO felmer; -GRANT SELECT ON SEQUENCE sample_relationships_history_id_seq TO openbis_readonly; - - --- --- Name: sample_type_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE sample_type_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE sample_type_id_seq FROM felmer; -GRANT ALL ON SEQUENCE sample_type_id_seq TO felmer; -GRANT SELECT ON SEQUENCE sample_type_id_seq TO openbis_readonly; - - --- --- Name: sample_type_property_types; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE sample_type_property_types FROM PUBLIC; -REVOKE ALL ON TABLE sample_type_property_types FROM felmer; -GRANT ALL ON TABLE sample_type_property_types TO felmer; -GRANT SELECT ON TABLE sample_type_property_types TO openbis_readonly; - - --- --- Name: sample_types; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE sample_types FROM PUBLIC; -REVOKE ALL ON TABLE sample_types FROM felmer; -GRANT ALL ON TABLE sample_types TO felmer; -GRANT SELECT ON TABLE sample_types TO openbis_readonly; - - --- --- Name: samples_all; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE samples_all FROM PUBLIC; -REVOKE ALL ON TABLE samples_all FROM felmer; -GRANT ALL ON TABLE samples_all TO felmer; -GRANT SELECT ON TABLE samples_all TO openbis_readonly; - - --- --- Name: samples; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE samples FROM PUBLIC; -REVOKE ALL ON TABLE samples FROM felmer; -GRANT ALL ON TABLE samples TO felmer; -GRANT SELECT ON TABLE samples TO openbis_readonly; - - --- --- Name: samples_deleted; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE samples_deleted FROM PUBLIC; -REVOKE ALL ON TABLE samples_deleted FROM felmer; -GRANT ALL ON TABLE samples_deleted TO felmer; -GRANT SELECT ON TABLE samples_deleted TO openbis_readonly; - - --- --- Name: script_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE script_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE script_id_seq FROM felmer; -GRANT ALL ON SEQUENCE script_id_seq TO felmer; -GRANT SELECT ON SEQUENCE script_id_seq TO openbis_readonly; - - --- --- Name: scripts; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE scripts FROM PUBLIC; -REVOKE ALL ON TABLE scripts FROM felmer; -GRANT ALL ON TABLE scripts TO felmer; -GRANT SELECT ON TABLE scripts TO openbis_readonly; - - --- --- Name: space_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE space_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE space_id_seq FROM felmer; -GRANT ALL ON SEQUENCE space_id_seq TO felmer; -GRANT SELECT ON SEQUENCE space_id_seq TO openbis_readonly; - - --- --- Name: spaces; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON TABLE spaces FROM PUBLIC; -REVOKE ALL ON TABLE spaces FROM felmer; -GRANT ALL ON TABLE spaces TO felmer; -GRANT SELECT ON TABLE spaces TO openbis_readonly; - - --- --- Name: stpt_id_seq; Type: ACL; Schema: public; Owner: - --- - -REVOKE ALL ON SEQUENCE stpt_id_seq FROM PUBLIC; -REVOKE ALL ON SEQUENCE stpt_id_seq FROM felmer; -GRANT ALL ON SEQUENCE stpt_id_seq TO felmer; -GRANT SELECT ON SEQUENCE stpt_id_seq TO openbis_readonly; - - --- --- PostgreSQL database dump complete --- -