Re: Ok, how do I debug THIS?

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Ok, how do I debug THIS?
Дата
Msg-id 200305131231.34175.josh@agliodbs.com
обсуждение исходный текст
Ответ на Ok, how do I debug THIS?  (Larry Rosenman <ler@lerctr.org>)
Ответы Re: Ok, how do I debug THIS?
Список 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 по дате отправления:

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Locating all Children given Set of Parents
Следующее
От: Larry Rosenman
Дата:
Сообщение: Re: Ok, how do I debug THIS?