Hello Krishna,
I will be happy to share. I need to start developing in the Postgres now. I have lot of code and information from the other databases as of now.
If you have any specific need immediately, I can work with you or you can check with me on the same email id every couple of months.
Thank you,
Sarwar
From: Krishna B <krishnasvkb@xxxxxxxxx>
Sent: Monday, December 25, 2023 6:21 PM
To: M Sarwar <sarwarmd02@xxxxxxxxxxx>
Cc: SOzcn <selahattinozcnma@xxxxxxxxx>; pgsql-admin@xxxxxxxxxxxxxxxxxxxx <pgsql-admin@xxxxxxxxxxxxxxxxxxxx>
Subject: Re: Login script
Yes pls send me too
Thank you Krishna!
This is confirming that it is not just my issue.
I need to start and preparing the scripts to address this type of issues.
Sarwar
Nope 👎
Hi Krishna,
Are you able to find all the privileges and roles assigned to any table when a Table is clicked?
The same way, are you able to see all the roles and privileges of a user when a user is clicked.
When I try or click, I do not see all the roles and the privileges.
Happy Holidays!
Sarwar
Hi Sarwar,
I am using pgadmin tool..
Thank you
Krishna B
Hello Krishna,
Which Editor you are referring in your email?
Actually, I am trying to use such Editor. Currently I am using pgAdmin and SQL- Developer to connect Postgres databases but the editor features which are available are not meeting the demands. I am just trying to know if you are using any other editor from
any other tools or using any other way.
From PSql, we can only run SQL queries to get the desired results.
For example, if I click on the user or table in the editors, I want to fetch all the SQLs related all privilege assignments on that object. This is not my just theory but I worked on this type of environment in the past and now I missing them.
Thank you,
Sarwar
Hello,
You can have the DDL from editors or in the psql. For users you can get the information from pg_authit
select rolname,rolpassword from pg_authid where rolname='postgres';
Have a nice day!
Hi All,
Do We have any script to recreate specific schema users before we start any schema refresh from prod to UAT ?
I need to script out all logins with permissions and roles assigned to UAT before prod schema refresh…
Thank you
Kris k
|