Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

PL Functions - ALTER FUNCTION #10

@Posdiver

Description

@Posdiver

First - thanks for the tool.

I've started to try it out this morning and so far it's quite nice - we added our own Sequence definition delta tool since your tools does not seem to support it (only values).

We have a bug though when comparing functions (PL in our case) - the function definition is alright but the ALTER FUNCTION command has a glitch, it adds the param definition 2 times:

ex:
ALTER FUNCTION public.se2_isnumeric(text)(text) OWNER TO XXX;
instead of having
ALTER FUNCTION public.se2_isnumeric(text) OWNER TO XXX;

Let me know if you think you can fix that in the coming days - if not we will build our own.

Regards
Frank

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