PostgreSQL |
Top Previous Next |
About PostgreSQL PostgreSQL is a powerful, open source object-relational database system with over 35 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance. Also known as Postgres, is a free and open-source relational database management system (RDBMS) emphasizing extensibility and SQL compliance. PostgreSQL features transactions with atomicity, consistency, isolation, durability (ACID) properties, automatically updatable views, materialized views, triggers, foreign keys, and stored procedures. It is supported on all major operating systems, including Linux, FreeBSD, OpenBSD, macOS, and Windows, and handles a range of workloads from single machines to data warehouses or web services with many concurrent users.
For more information please visit PostgreSQL web site. In our program PostgreSQL is an optional database system you can use. Before use, you must have PostgreSQL server installed on your computer. Our Databases Maintenance feature will take care about everything else, it can create our databases for you on PostgreSQL server and transfer data from other database systems.
PostgreSQL Configuration The software is already preconfigured to use PostgreSQL database, you can change the following options: Server The PostgreSQL database server's name typically refers to the hostname or IP address of the server where the PostgreSQL database is hosted.
Port The default port number for PostgreSQL database servers is 5432, this port number can be configured during the PostgreSQL installation process or modified later using pgAdmin app. Username In PostgreSQL, a username is a unique identifier used to grant permissions and control access to the PostgreSQL database server. Password Confirm Password Backup Location Notes: |