python - rc: Add some capacity to create the language. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - rc: Add some capacity to create the language.
Date
Msg-id 20060629205550.4F07686C614@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add some capacity to create the language.

This provides a more convenient mechanism to create the language or the
language's template(8.1) in the database. While this is no where near as easy
as createlang, at least it's a step in that general direction.

Modified Files:
--------------
    rc/src:
        pg_python (r1.3 -> r1.4)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/rc/src/pg_python.diff?r1=1.3&r2=1.4)

pgsql-committers by date:

Previous
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - be: Include codename (major version) in module name.
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - rc: Fix template existence check.