[Announce] pgnotify 0.1

From: Ng Pheng Siong <ngps(at)post1(dot)com>
To: pgsql-announce(at)postgresql(dot)org
Subject: [Announce] pgnotify 0.1
Date: 2001-06-10 01:58:00
Message-ID: 20010610095800.A357@madcap.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

Hello,

I am pleased to announce the release of pgnotify 0.1.

pgnotify is a PostgreSQL client-side asynchronous notification handler for
Python.

Typically, asynchronous notification is used to communicate the message "I
changed this table, take a look at it to see what's new" from one PostgreSQL
client to other interested PostgreSQL clients.

pgnotify is developed on this platform:
- FreeBSD 4.0
- Python 2.1
- PostgreSQL 7.1.1
- PyGreSQL 3.2

At present, pgnotify works with PyGreSQL only. It should work with PoPy and
psycopg when those modules provide Pythonic interfaces to additional
necessary PostgreSQL client-side functions, as described in the README.

Get pgnotify here:

http://www.post1.com/home/ngps/pgnotify

As usual, feedback is welcome.
--
Ng Pheng Siong <ngps(at)post1(dot)com> * http://www.post1.com/home/ngps

Quidquid latine dictum sit, altum viditur.

Browse pgsql-announce by date

  From Date Subject
Next Message Mihnea Balta 2001-06-13 22:14:07 DbDesigner preview2
Previous Message Dave Blasby 2001-05-31 22:49:24 Initial Release of PostGIS