Forum OpenACS Q&A: Response to XML support for OpenNSD is problematic

Collapse
Posted by Lorna Sanchez M. on
Can this be an error of plpgsql not understanding what acs__magic_object_id means, or I'm totally wrong?<br>
How can I test plpgsql?<br>
When OpenACS4 is going up, in the log file I have these lines, that are the only lines that mention plpgsql:<br>
<pre>
[01/Jan/2002:23:24:48][1768.1024][-main-] Notice: Querying 'create
function __test__() returns integer as 'begin
end;' language 'plpgsql';'
[01/Jan/2002:23:24:48][1768.1024][-main-] Notice: dbinit: sql
(localhost::openacs4): 'create function __test__()
returns integer as 'begin end;' language 'plpgsql''</pre>
<br>
That means that plpgsql is OK? Or not always? What do u think?