From: | Dimitri Fontaine <dfontaine(at)hi-media(dot)com> |
---|---|
To: | Dann Corbit <DCorbit(at)connx(dot)com> |
Cc: | <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Is there an official log reader for PostgreSQL? |
Date: | 2009-03-04 20:28:11 |
Message-ID: | FDA2F701-1234-4071-8CA1-893919D3826B@hi-media.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi,
Le 4 mars 09 à 21:17, Dann Corbit a écrit :
> I am interested in doing a near real time transaction processor. If
> there is a place to find the specification for the log reader, I would
> be keen to know it.
Have you read about PGQ yet? Some links include:
http://www.pgcon.org/2008/schedule/events/79.en.html
http://kaiv.wordpress.com/2007/10/19/skytools-database-scripting-framework-pgq/
http://skytools.projects.postgresql.org/doc/pgq-admin.html
http://skytools.projects.postgresql.org/doc/pgq-sql.html
If your processing is to be coded in python, the facilities are
provided in the current skytools releases. If your processing is to be
coded in PHP, the facilities exists in the CVS and will get
distributed soon'ish.
If your processing is to be coded in any other language, you need SQL
access and will be able to use the SQL level API directly, which
provides all the "raw" features.
HTH,
--
dim
From | Date | Subject | |
---|---|---|---|
Next Message | Emmanuel Cecchet | 2009-03-04 20:31:39 | Re: Regclass and quoted table names |
Previous Message | Heikki Linnakangas | 2009-03-04 20:28:02 | Re: Updates of SE-PostgreSQL 8.4devel patches (r1668) |