Question : I have to collect some information of PostgreSQL roles. One piece of information is whether the role has […]
Tag: users
How to set statement timeout per user?
Question : I have multiple users in Postgres. I would like to set up different statement timeouts for different users. […]
how to join table from different database with different Users of database?
Question : I have Two database called. Database1: host: 127.0.0.1 user: root1 pass: root1 dbname: db1 Table 1: Category ID […]
Postgres 10. Hide users/roles from other users
Question : I have a postgresql 10 installed and I want to hide the name of users/roles to other users. […]
User and login mapping after an SQL Server restore
Question : I need to restore a DB from an SQL Server instance to another and I am well aware […]
What are possible ways of handling multiple users accessing the same database via custom web API? [closed]
Question : Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the […]
When should I reference the User record or User Profile record
Question : I know it is a common paradigm to separate tables when building a User profile. For example, having […]
Database level access in Azure SQL managed instance
Question : In my Azure SQL managed instance I have two databases, Database_A and Database_B. User A_ABC has access only […]
Getting User Access in Individual Databases MSSQL
Question : So, here is the scenario. I need to give user access on multiple databases ( but not all […]
mysql user host field in slow query log
Question : Mysql shows the following value in the slow query log # User@Host: user[user] @ [127.0.0.1] I’m assuming one […]