Open
Description
I have installed the https://github.com/pramsey/pgsql-http in the ext_http schema on both servers. Postgrescompare complains about one single function, that is identical on both servers. Dbeaver shows me on both locations
CREATE OR REPLACE FUNCTION ext_http.urlencode(string bytea)
RETURNS text
LANGUAGE c
IMMUTABLE STRICT
AS '$libdir/http', $function$urlencode$function$
;
whereas postgrescompare show me above SQL script just on the destination server; the source server sql is strangely shown as one single empty green line. Postgrescompare suggests to drop the function on the destination server.
Please note that there are two urlencode functions with different arguments. Could that be the problem?
Metadata
Metadata
Assignees
Labels
No labels