SELECT specific_name,specific_schema FROM information_schema.routines WHERE routine_type='function'GO