Location: Restart Services/SQL Server PgSQL
What is PgSQL? According to Wikipedia, PostgreSQL is a powerful, open source 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. It runs on all major operating systems, including Linux, UNIX (AIX, BSD, HP-UX, SGI IRIX, Mac OS X, Solaris, Tru64), and Windows. It is fully ACID compliant, has full support for foreign keys, joins, views, triggers, and stored procedures (in multiple languages). It includes most SQL92 and SQL99 data types, including INTEGER, NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP. It also supports storage of binary large objects, including pictures, sounds, or video. It has native programming interfaces for C/C++, Java, .Net, Perl, Python, Ruby, Tcl, ODBC, among others, and exceptional documentation. To learn more, visit the PgSQL website at http://www.postgresql.org/.
The "SQL Server (PgSQL)" feature allows you to restart the PgSQL Server.
1. When the page loads, you will see the following question:
"Are you sure you wish to restart this service?"
2. Click on the "Yes" button to restart the PgSQL Server service.
3. The next screen will state the "postgresql status" and the specific script that was run. The following is an example of restarting the PgSQL Server:
postgres 19434 0.0 0.2 20348 2076 ? S 02:22 0:00 /usr/bin/postmaster -p 5432 -D /var/lib/pgsql/data