I am trying to get a Postgres notification event heard in webware and having problems 
with what should be simple PG code.

I'm trying to link a notify to a trigger, but I cannot seem to get notify working in a 
function.  I only have C or SQL as a lang in
the server, I do not have PL/pgSQL installed on this server.

Should something as simple as
create function wc_send_notify()
return int4
AS '
notify wc_configuration_changed;
select 1;
'
language 'SQL';


Thanks,
-Aaron Held



_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to