postgresql7.1
insert into site_wide_category_map
(map_id, category_id,
on_which_table, on_what_id, mapping_date, one_line_item_desc)
values (nextval('site_wide_cat_map_id_seq'), :category_id, 'survey_sections',
:section_id, current_timestamp, :one_line_item_desc)