PGXN Client 1.0 released

From: Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com>
To: pgsql-announce(at)postgresql(dot)org
Subject: PGXN Client 1.0 released
Date: 2011-11-27 22:27:42
Message-ID: CA+mi_8ZkKK9JQ=VTGksdeuaKKU5Vg78XSSC8cgbWyvzyRFOBkQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

I am pleased to announce the first release of the PGXN Client.

The PGXN Client is a command line tool designed to interact with the
PostgreSQL Extension Network allowing searching, compiling, installing
and removing extensions in PostgreSQL databases.

For example, to install the "semver" extension, the client can be invoked as:

$ pgxn install semver

which would download, compile and install the extension libraries for
one of the PostgreSQL servers hosted on the machine and:

$ pgxn load -d somedb semver

which would load the extension in one of the databases of the server.

To install the client and start playing with PostgreSQL extensions:

$ sudo easy_install pgxnclient

The project homepage, where you can find complete documentation and
further useful links is at:

http://pgxnclient.projects.postgresql.org/

The client is designed to be extensible, and the first extensions are
already available, both to help the development of new extensions:

- PGXN Utils by Dickson S. Guedes: https://github.com/guedes/pgxn-utils/
- PGXN::Meta::Validator By David E. Wheeler:
https://github.com/pgxn/pgxn-meta-validator/

Many thanks to the members of the PGXN Users group
<https://groups.google.com/group/pgxn-users/> for the invaluable
feedback during the development. Of course further feedback is
welcome! Cheers!

-- Daniele

Responses

Browse pgsql-announce by date

  From Date Subject
Next Message David Fetter 2011-11-28 08:09:26 == PostgreSQL Weekly News - November 27 2011 ==
Previous Message Olivier Chaussavoine 2011-11-25 10:21:33 openBarter 0.2.0 extension