====== pears.PersonKeyWordsCustom ======
Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.
===== Original SQL =====
COMMENT TO PRESERVE FORMAT ON PROCEDURE "pears"."PersonKeyWordsCustom" IS
{create function PersonKeyWordsCustom
(@PersonID char(20))
returns long varchar
begin
declare rv long varchar;
return rv;
end
}