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
The current permissions given to cdc_user are not sufficient to create a table in public schema.
The following works as a workaround, but may be too permissive. Needs to be reviewed and validated before going into the lab. GRANT ALL PRIVILEGES ON DATABASE cdc_test TO cdc_user; \c cdc_test postgres GRANT ALL ON SCHEMA public TO cdc_user;
The text was updated successfully, but these errors were encountered:
The current permissions given to cdc_user are not sufficient to create a table in public schema.
The following works as a workaround, but may be too permissive. Needs to be reviewed and validated before going into the lab.
GRANT ALL PRIVILEGES ON DATABASE cdc_test TO cdc_user; \c cdc_test postgres GRANT ALL ON SCHEMA public TO cdc_user;
The text was updated successfully, but these errors were encountered: