
How to Install PostgreSQL 9.2 on CentOS 6.3
This quick post shows the basic steps to install PostgreSQL Database Server (PostgreSQL 9.2) on CentOS 6.3. This steps has been tested using CentOS 6.3. However, It may works on…
How to Install PostgreSQL 9.2 on CentOS 6.3
This quick post shows the basic steps to install PostgreSQL Database Server (PostgreSQL 9.2) on CentOS 6.3. This steps has been tested using CentOS 6.3. However, It may works on…
How to Install phpPgAdmin for Managing PostgreSQL Databases on CentOS 6.2
phpPgAdmin is a web application, written in PHP and web-based administration utility for managing PostgreSQL databases. It handles all the basic functionality as well as some advanced features such as…
How to Change PostgreSQL Log Format on CentOS 6.2
In this guide, we will cover how to change the PostgreSQL log format on a CentOS 6.2 system. PostgreSQL allows you to customize the log format to suit your needs…
How to Configure PostgreSQL to Listen from Any IP Address on CentOS 6.2
PostgreSQL is a sophisticated, open-source Object-Relational Database Management System (DBMS) that supports nearly all SQL constructs, including subselects, transactions, and user-defined types. This powerful system is available on a wide…
How to Start, Stop, Restart PostgreSQL Database Server on Linux CentOS 6.2 Server
PostgreSQL is a powerful, enterprise-class, open-source relational database management system. Managing the PostgreSQL database server on Linux CentOS 6 involves starting, stopping, and restarting the server as needed. This guide…
If you encounter the error message “/var/lib/pgsql/data is missing. Use ‘service postgresql initdb’ to initialize the cluster first” when trying to start the PostgreSQL service on your Linux CentOS 6.2…
How to Install PostgreSQL Database Server on Linux CentOS 6.2 Server
PostgreSQL is a Sophisticated open-source Object-Relational DBMS supporting almost all SQL constructs, including subselects, transactions, and user-defined types. PostgreSQL is a powerful, open source object-relational database system that available for…
How to Fix “ERROR : Could not find tsearch2.sql file” While Starting the PostgreSQL Database
In this guide, we will address the “ERROR: Could not find tsearch2.sql file” that occurs while starting the PostgreSQL database. This error is caused by the missing tsearch2.sql file, which…
How to Fix “An old version of the database format was found” While Starting PostgreSQL
PostgreSQL is a popular open-source relational database management system. Sometimes, when you try to start PostgreSQL, you may encounter an error message that says “An old version of the database…