Changing function so that it retrieves an array type argument causes ERROR: FUNCTION DOES NOT EXIST – Postgresql
I changed a function so that it receives three arguments instead of only two. In the age--1.2.0.sql file, it was set before as: CREATE FUNCTION ag_catalog.create_vlabel(graph_name name, label_name name) RETURNS void LANGUAGE c AS 'MODULE_PATHNAME'; And then I changed to:…