Howto Backup PostgreSQL Databases Server With pg_dump command

Generally, I like to work with MySQL but some time my work force me to work with PostgreSQL database server. Recently I had received a request to backup PostgreSQL databases as one of our client want to format and reinstall RHEL server. PostgreSQL is a one of the robust, open source database server. Like MySQL [...]