PostgreSQL > PgFoundry > pg/python
 

Remote Console

Sometimes, don't you just get board of psql? I mean, it's eS-Que-Ell. When these fits of SQL boredom hit, the Python remote console comes to the rescue. Giving you the ability to execute arbitrary Python code directly in the backend.

Goals

  • Provide a convenient interactive Python interpreter to execute arbitrary code on the remote backend to provide additional support for backend programmers by readily illustrating the Python environment that one would be working with.
  • Transparent standard input, output, and error interfaces.
  • 'localfile' interface for reading/writing files from the client host.

CVS

cvs -d :pserver:anonymous:@cvs.pgfoundry.org:/cvsroot/python co rc

Web Interface