PGXN Client 1.0 released

Поиск
Список
Период
Сортировка
От Daniele Varrazzo
Тема PGXN Client 1.0 released
Дата
Msg-id CA+mi_8ZkKK9JQ=VTGksdeuaKKU5Vg78XSSC8cgbWyvzyRFOBkQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: PGXN Client 1.0 released
Список 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

В списке pgsql-announce по дате отправления:

Предыдущее
От: Olivier Chaussavoine
Дата:
Сообщение: openBarter 0.2.0 extension
Следующее
От: David Fetter
Дата:
Сообщение: == PostgreSQL Weekly News - November 27 2011 ==