How to Change Password in PostgreSQL MacOS | Set Password in PostgreSQL - 2023

Опубликовано: 09 Октябрь 2024
на канале: Prashant Rana
10,529
23

In this video we will see how we can change/set password in PotgreSQL in MacOS 2023.

PostgreSQL Installation Video -    • How to Install PostgreSql in Mac M1/M...  

Command to Logged in PostgreSQL -
psql -U postgres (postgres is the user here)

Command to Change the Password for PostgreSQL -
\password postgres

#postgres #postgresql