You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extension initialization will fail since SIRE export SCHEMA is not initialized
qwat_ch_vd_sire
CREATE SCHEMA qwat_ch_vd_sire
AUTHORIZATION postgres;
GRANT ALL ON SCHEMA qwat_ch_vd_sire TO postgres;
GRANT ALL ON SCHEMA qwat_ch_vd_sire TO qwat_user;
GRANT USAGE ON SCHEMA qwat_ch_vd_sire TO qwat_viewer;
ALTER DEFAULT PRIVILEGES IN SCHEMA qwat_ch_vd_sire
GRANT ALL ON TABLES TO qwat_user;
ALTER DEFAULT PRIVILEGES IN SCHEMA qwat_ch_vd_sire
GRANT SELECT, REFERENCES, TRIGGER ON TABLES TO qwat_viewer;
ALTER DEFAULT PRIVILEGES IN SCHEMA qwat_ch_vd_sire
GRANT ALL ON SEQUENCES TO qwat_user;
The text was updated successfully, but these errors were encountered:
Extension initialization will fail since SIRE export SCHEMA is not initialized
qwat_ch_vd_sire
The text was updated successfully, but these errors were encountered: