next up previous contents index
Next: Summary Up: Programming Interfaces Previous: PHP

  
Installing Scripting Languages

The interpreted languages described in this chapter all require a database interface to be installed into the language. This task is done by either recompiling the language or dynamically loading the interface into the language. The following list gives details about each interface:

Perl 
Use loads the POSTGRESQL interface into the Perl interpreter.
TCL/TK 
TCL/TK offers three interface options:

Python 
Import loads the POSTGRESQL interface into the Python interpreter.
PHP 
PHP must be recompiled to access POSTGRESQL. 


Bruce Momjian
2005-04-21