Re: Using LISTEN/NOTIFY in C#.NET

From: Douglas McNaught <doug(at)mcnaught(dot)org>
To: Josephine de Castro <jedecastro23(at)yahoo(dot)com>
Cc: postgresql <pgsql-general(at)postgresql(dot)org>
Subject: Re: Using LISTEN/NOTIFY in C#.NET
Date: 2005-10-14 13:10:20
Message-ID: m2psq8qm6b.fsf@Douglas-McNaughts-Powerbook.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Josephine de Castro <jedecastro23(at)yahoo(dot)com> writes:

> To make the long story short...my question is this..is it possible to run
> the listener command in C# or will it only work in psql?

There's no theoretical reason why not. You probably need to read the
docs on whatever C# Postgres driver you're using (ADO, ODBC etc) and
find out how it handles LISTEN/NOTIFY, as that's not (AFAIK) a
standard feature.

-Doug

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Devrim GUNDUZ 2005-10-14 13:26:45 New sets of PostgreSQL RPMS are available for download : 7.3.10, 8.0.4, 8.1beta3
Previous Message Bruce Momjian 2005-10-14 13:00:34 Re: Postgres logs to syslog LOCAL0