postgresql7.1 select keyword_id, content_keyword__get_heading(keyword_id) as heading, coalesce(content_keyword__get_description(keyword_id), '-') as description from cr_item_keyword_map where item_id = :item_id order by heading