Christopher B. Browne's Home Page
cbbrowne@acm.org

8.116. storenode(integer, text)

Function Properties

PLPGSQLbigint
no_id - Node ID # no_comment - Human-oriented comment Generate the STORE_NODE event for node no_id
    declare
    	p_no_id			alias for $1;
    	p_no_comment	alias for $2;
    begin
    	perform storeNode_int (p_no_id, p_no_comment);
    	return  createEvent('_schemadoc', 'STORE_NODE',
    									p_no_id::text, p_no_comment::text);
    end;

Google

If this was useful, let others know by an Affero rating

Contact me at cbbrowne@acm.org