Skip to content

Conversation

andrejtonev
Copy link
Contributor

@andrejtonev andrejtonev commented Oct 10, 2025

Release note

Added a detailed list of queries and their privileges.

Related product PRs

PRs from product repo this doc page is related to:
(paste the links to the PRs)

Checklist:

  • Add appropriate milestone (current release cycle)
  • Add bugfix or feature label, based on the product PR type you're documenting
  • Make sure all relevant tech details are documented
  • Check all content with Grammarly
  • Perform a self-review of my code
  • The build passes locally
  • My changes generate no new warnings or errors

@andrejtonev andrejtonev self-assigned this Oct 10, 2025
@andrejtonev andrejtonev added the status: ready PR is ready for review label Oct 10, 2025
Copy link

vercel bot commented Oct 10, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
documentation Ready Ready Preview Comment Oct 10, 2025 2:36pm

SHOW PRIVILEGES FOR username ON DATABASE db_name;

-- Show current user's privileges
SHOW PRIVILEGES FOR CURRENT USER;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be SHOW CURRENT USER to verify and then
SHOW PRIVILEGES FOR current_user [ON CURRENT];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: ready PR is ready for review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant