Search This Blog

Showing posts with label Postgress. Show all posts
Showing posts with label Postgress. Show all posts

Saturday, August 29, 2020

Download postgresql11 in RHEL 7.6

Resolution

https://www.postgresql.org/download/linux/redhat/

How to check password in Postgres-SQL command or query for particular User

Resolution

select user_login_id,user_password from aes_users where user_login_id='XXXXXX';