What languages are able to communicate with PostgreSQL?
Most popular programming languages contain an interface to PostgreSQL. Check your programming language’s list of extension modules. The following interfaces are included in the PostgreSQL distribution: • C (libpq) • Embedded C (ecpg) • Java (jdbc) • Python (PyGreSQL) • TCL (libpgtcl) Additional interfaces are available at http://gborg.postgresql.org in the Drivers/Interfaces section.