Re: Problem with async notifications of table updates

From: Karsten Hilbert <Karsten(dot)Hilbert(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem with async notifications of table updates
Date: 2008-03-20 13:43:42
Message-ID: 20080320134342.GF4278@merkur.hilbert.loc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Mar 20, 2008 at 02:08:13PM +0100, Martijn van Oosterhout wrote:

> > It's great fun to watch people from all across the globe
> > change data on test patients in our public test database.
> > The frontend is written to display such updates in realtime
> > (well, whatever it takes to get the notification delivered).
>
> All I can say is: awesome!

Well, it's a great database engine.

BTW, we've also reimplemented gettext in SQL such
that you can run

select _(description) from diagnosis
where code = 'F43.0' and coding_system = 'icd10';

and get a description translated into your language.

;-)

Karsten
--
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD 4537 78B9 A9F9 E407 1346

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Selena Deckelmann 2008-03-20 13:52:03 OSCON PostgreSQL Day July 20, 2008 - Save the date!
Previous Message Chetan Bob 2008-03-20 13:22:49 How can i connect my application dynamically to postgres schema.