Re: Ok, how do I debug THIS?

Поиск
Список
Период
Сортировка
От Larry Rosenman
Тема Re: Ok, how do I debug THIS?
Дата
Msg-id 284870000.1052856043@lerlaptop.iadfw.net
обсуждение исходный текст
Ответ на Re: Ok, how do I debug THIS?  (Larry Rosenman <ler@lerctr.org>)
Ответы Re: Ok, how do I debug THIS?  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Список pgsql-sql

--On Tuesday, May 13, 2003 14:58:01 -0500 Larry Rosenman <ler@lerctr.org> 
wrote:


>>> Ok, I'm blind or stupid, or quoting rules are biting my butt....
>>
>>>         record_values_new := record_values_new || '','' ||
>>>                    || quote_literal(NEW.netblock) || '';
>>
>> Isn't the above an unterminated literal?  Do you really need the last ||
>> '' part?
> Eww.  I'll bet your right.  Damn Cut/paste and changing logic. :-).
>
> I'll go try that.
Yep, that was it, now I get this, and I'm not sure how to deal with it...

netmaster=# insert into networks values('111.111.111.0/24');
WARNING:  Error occurred while executing PL/pgSQL function 
networks_trigger_log
WARNING:  line 19 at assignment
ERROR:  Function quote_literal(cidr) does not exist       Unable to identify a function that satisfies the given
argument
 
types       You may need to add explicit typecasts
netmaster=#
>
> LER
>
>
>
> --
> Larry Rosenman                     http://www.lerctr.org/~ler
> Phone: +1 972-414-9812                 E-Mail: ler@lerctr.org
> US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
>
>



-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 972-414-9812                 E-Mail: ler@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749



В списке pgsql-sql по дате отправления:

Предыдущее
От: Larry Rosenman
Дата:
Сообщение: Re: Ok, how do I debug THIS?
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Ok, how do I debug THIS?