Re: [GENERAL] Using LISTEN/NOTIFY in C#.NET

2005-10-14 Thread Magnus Hagander
> > 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 o

Re: [GENERAL] Using LISTEN/NOTIFY in C#.NET

2005-10-14 Thread Douglas McNaught
Josephine de Castro <[EMAIL PROTECTED]> 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

[GENERAL] Using LISTEN/NOTIFY in C#.NET

2005-10-14 Thread Josephine de Castro
Hi guys!   Just the other day, I asked about the the equivalent of extended stored procedure in PostgreSQL.  A lot of people has been very helpful and i really appreciate all the suggestions and help that I got from this mailing list. :)   Anyway, i've done some serious google-ing and reading and i