Re: [GENERAL] Can PostgreSQL notify a client that a trigger has fired?

2006-11-09 Thread Richard Huxton
Jeff Davis wrote: On Thu, 2006-11-09 at 10:16 +, Richard Huxton wrote: Bill wrote: Jorge Godoy wrote: I have the impression that you're missing a lot of sections in the manual... How about some time to re-read it? I don't know about you but for me a 1500 page manual is at least two week

Re: [GENERAL] Can PostgreSQL notify a client that a trigger has

2006-11-09 Thread Jeff Davis
On Thu, 2006-11-09 at 10:16 +, Richard Huxton wrote: > Bill wrote: > > Jorge Godoy wrote: > > > >> I have the impression that you're missing a lot of sections in the > >> manual... How about some time to re-read it? > > > > I don't know about you but for me a 1500 page manual is at least two

Re: [GENERAL] Can PostgreSQL notify a client that a trigger has fired?

2006-11-09 Thread Jorge Godoy
"Bill" <[EMAIL PROTECTED]> writes: > Jorge Godoy wrote: > >> I have the impression that you're missing a lot of sections in the >> manual... How about some time to re-read it? > > I don't know about you but for me a 1500 page manual is at least two > weeks of full time reading. I have read severa

Re: [GENERAL] Can PostgreSQL notify a client that a trigger has fired?

2006-11-09 Thread Richard Huxton
Bill wrote: Jorge Godoy wrote: I have the impression that you're missing a lot of sections in the manual... How about some time to re-read it? I don't know about you but for me a 1500 page manual is at least two weeks of full time reading. I have read several sections of it but I am trying t

Re: [GENERAL] Can PostgreSQL notify a client that a trigger has fired?

2006-11-08 Thread Bill
Jorge Godoy wrote: > I have the impression that you're missing a lot of sections in the > manual... How about some time to re-read it? I don't know about you but for me a 1500 page manual is at least two weeks of full time reading. I have read several sections of it but I am trying to decide if

Re: [GENERAL] Can PostgreSQL notify a client that a trigger has fired?

2006-11-08 Thread Jorge Godoy
"Bill" <[EMAIL PROTECTED]> writes: > Does PostgreSQL have built in mechanism I can use to conditionally > notify a client application that a trigger has fired? What I want is > something along the line of the following pseudo code in a trigger. > > if then > raise client event I have the impre

Re: [GENERAL] Can PostgreSQL notify a client that a trigger has

2006-11-08 Thread Jeff Davis
On Thu, 2006-11-09 at 00:39 +, Bill wrote: > Does PostgreSQL have built in mechanism I can use to conditionally > notify a client application that a trigger has fired? What I want is > something along the line of the following pseudo code in a trigger. > > if then > raise client event > Y

[GENERAL] Can PostgreSQL notify a client that a trigger has fired?

2006-11-08 Thread Bill
Does PostgreSQL have built in mechanism I can use to conditionally notify a client application that a trigger has fired? What I want is something along the line of the following pseudo code in a trigger. if then raise client event -- .Bill. ---(end of broadcast)--