Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
PGXN Client 1.0.2 released
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Daniele Varrazzo  
View profile  
 More options Mar 13 2012, 12:14 am
From: Daniele Varrazzo <daniele.varra...@gmail.com>
Date: Tue, 13 Mar 2012 04:14:50 +0000
Local: Tues, Mar 13 2012 12:14 am
Subject: PGXN Client 1.0.2 released
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.

For further information about the program installation and usage
please refer to the project homepage at
<http://pgxnclient.projects.postgresql.org/>.

Regards,

-- Daniele


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David E. Wheeler  
View profile  
 More options Mar 13 2012, 11:50 am
From: "David E. Wheeler" <da...@justatheory.com>
Date: Tue, 13 Mar 2012 08:50:02 -0700
Local: Tues, Mar 13 2012 11:50 am
Subject: Re: PGXN Client 1.0.2 released
On Mar 12, 2012, at 9:14 PM, Daniele Varrazzo wrote:

> 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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Daniele Varrazzo  
View profile  
 More options Mar 13 2012, 12:02 pm
From: Daniele Varrazzo <daniele.varra...@gmail.com>
Date: Tue, 13 Mar 2012 16:02:27 +0000
Local: Tues, Mar 13 2012 12:02 pm
Subject: Re: PGXN Client 1.0.2 released
On Tue, Mar 13, 2012 at 3:50 PM, David E. Wheeler <da...@justatheory.com> wrote:

> On Mar 12, 2012, at 9:14 PM, Daniele Varrazzo wrote:

>> 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:

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David E. Wheeler  
View profile   Translate to Translated (View Original)
 More options Mar 13 2012, 12:54 pm
From: "David E. Wheeler" <da...@justatheory.com>
Date: Tue, 13 Mar 2012 09:54:01 -0700
Local: Tues, Mar 13 2012 12:54 pm
Subject: Re: PGXN Client 1.0.2 released
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

Best,

David


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Daniele Varrazzo  
View profile  
 More options Mar 13 2012, 1:31 pm
From: Daniele Varrazzo <daniele.varra...@gmail.com>
Date: Tue, 13 Mar 2012 17:31:57 +0000
Local: Tues, Mar 13 2012 1:31 pm
Subject: Re: PGXN Client 1.0.2 released
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.

> 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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David E. Wheeler  
View profile  
 More options Mar 14 2012, 12:12 pm
From: "David E. Wheeler" <da...@justatheory.com>
Date: Wed, 14 Mar 2012 09:12:01 -0700
Local: Wed, Mar 14 2012 12:12 pm
Subject: Re: PGXN Client 1.0.2 released
On Mar 13, 2012, at 10:31 AM, Daniele Varrazzo wrote:

> 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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »