Category: Developer Tools

  • How to Reset a PostgreSQL Password

    PostgreSQL is a powerful, open source object-relational database system. It has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness. Here is an instruction to tell you how to reset PostgreSQL password to keep its security.   1. Click “Start” and…

  • How to Change a Postgres User Password

    PostgreSQL is a powerful, open source object-relational database system. It has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness. Changing a PostgreSQL user password is accomplished using the “postgres” command prompt. Here is the instruction to tell you how…