What is PostgreSQL?

PostgreSQL is, like MySQL, essentially an SQL server and database - it responds to requests for information that are written in SQL. You can communicate with PostgreSQL using a wide variety of programming languages, including PHP, Perl, and Python. PostgreSQL is Open Source software and generally free for commercial or personal use. The following links provide good introductory information about PostgreSQL : PostgreSQL documentation a good source of reference material. PostgreSQL FAQ
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to add a PostgreSQL database?

1- Click on the PostgreSQL databases button on the Cpanel home page. 2- Enter the name of the...

How can Remove a database?

Removing a database will delete that database from its online location. Be sure that you have...

How can I Create a PostgreSQL user?

You need to create a PostgreSQL user before that user is able to use the database. This does not...

How can I Grant a user's permissions to a PostgreSQL database?

Once you have created a user to use a database you need to grant that user permission to use the...

How can I Remove a user's permissions?

A user will no longer be able to access a particular database when you have removed their...