# Chore We need to update the docs to show if they are not using default user/password to grant privlleges ```sql GRANT USAGE ON SCHEMA stripe TO pg_user; GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA stripe TO pg_user; ```