Postgre SQL – PG_CTL.EXE

Pg_ctl.exe is the Postgre SQL control process. It installs with the Postgre SQL object-oriented relational database management system. This is a popular, full-featured, open source program available for all major operating systems. 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, etc. This file only needs to be running when working with your database. You'll find extensive documentation at http://www.postgresql.org/docs/manuals/. You'll find support by way of a community forum at http://www.postgresql.org/support/.

  • Safe


  • Oracle