- 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.
For further information about the program installation and usage
please refer to the project homepage at
<http://pgxnclient.projects.postgresql.org/>.
Regards,
-- Daniele
> For further information about the program installation and usage
> please refer to the project homepage at
> <http://pgxnclient.projects.postgresql.org/>.
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
Thanks,
David
If you have to ask it's not stupid then.
Does "sudo easy_install -U pgxnclient" work? In this case I will add
it prominently to the docs.
Cheers,
-- Daniele
> 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.tar.gz#md5=f072cdd21a2d2c16581bc42e397eb2f1
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/distutils/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
Best,
David
>> Does "sudo easy_install -U pgxnclient" work? In this case I will add
>> it prominently to the docs.
>
> Yes, thank you.
I've added the -U option to
<http://pgxnclient.projects.postgresql.org/install.html>. Suggestions
about how to improve the docs are always welcome of course.
Cheers,
-- Daniele
> I've added the -U option to
> <http://pgxnclient.projects.postgresql.org/install.html>. Suggestions
> about how to improve the docs are always welcome of course.
Awesome, thanks.
David