Skip to content

pg_http urlencode(bytea) considered as different #20

Open
@fjf2002

Description

@fjf2002

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions