The PGXN Client version 1.1 has been released.
The main change from the 1.0.x releases is the use of sudo. Previous
versions automatically used sudo to install the program: this behavior
has been considered problematic (see ticket #13). The new version
requires an explicit use of the --sudo option when required (i.e.
during installation when the target destination is not writable).
Support for Python 2.4 has been dropped in version 1.1: PGXN Client
1.1 requires at least Python 2.5. Python 3 is supported too.
To install or upgrade PGXN Client you can run:
sudo easy_install -U pgxnclient
Any other Python package manager should work as well.
The PGXN Client is a command line tool designed to interact with the
PostgreSQL Extension Network allowing searching, compiling,
installing, and removing extensions in a PostgreSQL installation or
database.
For further information about the program installation and usage
please refer to the project homepage at
<http://pgxnclient.projects.postgresql.org/>.
Regards,
-- Daniele