Skip to content

'language internal' probably not supported #61

@ledvinap

Description

@ledvinap
CREATE OR REPLACE FUNCTION test_case(text)
 RETURNS text
 LANGUAGE internal
 IMMUTABLE
AS $function$upper$function$

This causes problem in Migra. It is trivial to avoid (use 'LANGUAGE SQL' function for comparison), so mentioning it mainly for reference.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions