Articles → POSTGRESQL → Executing Postgres Command Using Command Prompt
Executing Postgres Command Using Command Prompt
Login Using Command Prompt
- Open command prompt.
- Go to the bin folder of postgres folder (mainly in c:\program files\)
- Write the following command
psql -d <db_name> -U <user_name>
Click to Enlarge