Re: Ok, how do I debug THIS?

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Larry Rosenman <ler(at)lerctr(dot)org>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Ok, how do I debug THIS?
Date: 2003-05-13 19:31:34
Message-ID: 200305131231.34175.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Berkus
Aglio Database Solutions
San Francisco

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Larry Rosenman 2003-05-13 19:34:14 Re: Ok, how do I debug THIS?
Previous Message Josh Berkus 2003-05-13 19:30:17 Re: Locating all Children given Set of Parents