Larry,
> but the function is:
>
> $ wc -l z
> 147 z
> $ head z
> CREATE OR REPLACE FUNCTION networks_trigger_log () RETURNS "trigger"
> AS 'DECLARE
> record_fields_old text;
> record_values_old text;
> record_fields_new text;
> record_values_new text;
> query_string_old text;
> query_string_new text;
> BEGIN
> query_string_old := ''INSERT INTO networks_log'';
You seem to be missing most of your function, here.
--
-Josh Berkus
Aglio Database Solutions
San Francisco