Re: Ok, how do I debug THIS? - Mailing list pgsql-sql

From Josh Berkus
Subject Re: Ok, how do I debug THIS?
Date
Msg-id 200305131231.34175.josh@agliodbs.com
Whole thread Raw
In response to Ok, how do I debug THIS?  (Larry Rosenman <ler@lerctr.org>)
Responses Re: Ok, how do I debug THIS?  (Larry Rosenman <ler@lerctr.org>)
List pgsql-sql
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 BerkusAglio Database SolutionsSan Francisco



pgsql-sql by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Locating all Children given Set of Parents
Next
From: Larry Rosenman
Date:
Subject: Re: Ok, how do I debug THIS?