Postgresql – insert into select from in pg/gp function
I'm Newbie in postgres. I wrote a function, which insert into table a data by portions(because there is too much data in the source table to do it all at once) from another table: CREATE OR REPLACE FUNCTION data_load(p_src_schema character…