postgresql7.1 select arg_name, arg_default from acs_function_args where function = upper(:function_name) order by arg_seq select data_type from user_tab_columns where table_name = upper(:table) and column_name = upper(:column)