The PGXN Client version 1.0.2 has been released. The release fixes two issues reported with the previous version 1.0.1:
- Correctly handle PostgreSQL identifiers to be quoted (ticket #10). - Don't crash with a traceback if some external command is not found (ticket #11).
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.
Stupid question. How do I upgrade it? easy_install keeps me at 1.0 it looks like:
> sudo easy_install pgxnclient Searching for pgxnclient Best match: pgxnclient 1.0 Processing pgxnclient-1.0-py2.7.egg pgxnclient 1.0 is already the active version in easy-install.pth Installing pgxn script to /usr/local/bin Installing pgxnclient script to /usr/local/bin
Using /Library/Python/2.7/site-packages/pgxnclient-1.0-py2.7.egg Processing dependencies for pgxnclient Finished processing dependencies for pgxnclient
On Mar 13, 2012, at 9:02 AM, Daniele Varrazzo wrote:
> If you have to ask it's not stupid then.
My old archaeology professor used to say that there was no such thing as a stupid question, except for one he got once: “How many stones in a monolith?”
> Does "sudo easy_install -U pgxnclient" work? In this case I will add > it prominently to the docs.
Yes, thank you.
> sudo easy_install -U pgxnclient Searching for pgxnclient Reading http://pypi.python.org/simple/pgxnclient/ Reading http://pgxnclient.projects.postgresql.org/ Reading https://github.com/dvarrazzo/pgxn-client/ Best match: pgxnclient 1.0.2 Downloading http://pypi.python.org/packages/source/p/pgxnclient/pgxnclient-1.0.2.... Processing pgxnclient-1.0.2.tar.gz Running pgxnclient-1.0.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-WJJ2ZV/pgxnclient-1.0.2/egg-dist-tmp-3EPJKD /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/dist utils/dist.py:267: UserWarning: Unknown distribution option: 'use_2to3' warnings.warn(msg) Removing pgxnclient 1.0 from easy-install.pth file Adding pgxnclient 1.0.2 to easy-install.pth file Installing pgxn script to /usr/local/bin Installing pgxnclient script to /usr/local/bin
Installed /Library/Python/2.7/site-packages/pgxnclient-1.0.2-py2.7.egg Processing dependencies for pgxnclient Finished processing dependencies for pgxnclient
On Tue, Mar 13, 2012 at 4:54 PM, David E. Wheeler <da...@justatheory.com> wrote:
> On Mar 13, 2012, at 9:02 AM, Daniele Varrazzo wrote: >> Does "sudo easy_install -U pgxnclient" work? In this case I will add >> it prominently to the docs.