python - be: Add interfaces to secure_read and secure_write. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - be: Add interfaces to secure_read and secure_write.
Date
Msg-id 20060402222918.E57CC1033871@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add interfaces to secure_read and secure_write.

These functions provide adventurous stored procedure authors with the ability to
read and write strings directly to and from the wire. The intent is to provide
the capacity to create custom subprotocols--such as that used by the remote
console, rc/slithe.

Additionally, refactor the linecache code to include the trailing newline with
each line in the list. pdb, sadly, appears to depend on each item having a
trailing newline. Also, prefix "procedure files" with a "/" so pdb doesn't get
"smart" and resolve the filename prior to handing it to the linecache.

Add client_host and client_port attributes to the Postgres module.

Modified Files:
--------------
    be/src:
        module.c (r1.28 -> r1.29)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/module.c.diff?r1=1.28&r2=1.29)
        pl.c (r1.38 -> r1.39)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/pl.c.diff?r1=1.38&r2=1.39)

pgsql-committers by date:

Previous
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - fe: Use Transactor attribute for Function execution.
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - rc: Imported Sources