How to assign Select Privileges to a specific user in PostgreSQL

H

How Can We Help?

How to assign Select Privileges to a specific user in PostgreSQL

GRANT SELECT ON table TO user;

Replace table with your database table and user with the user that should get Select privileges

About the author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

About Author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

Follow Me