Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for fuzzystrmatch and other external extensions (#2083) #2098

Merged
merged 1 commit into from
Sep 11, 2024

Commits on Sep 10, 2024

  1. Add support for fuzzystrmatch and other external extensions (apache#2083

    )
    
    Added support for the fuzzystrmatch extension and for other
    external extensions.
    
    Added support for typecasting `::pg_text` to TEXTOID.
    
    Added regression tests.
    
       modified:   sql/agtype_coercions.sql
       modified:   src/backend/parser/cypher_expr.c
       modified:   src/backend/utils/adt/agtype.c
       modified:   regress/expected/expr.out
       modified:   regress/sql/expr.sql
    
    Resolved issue with funcname and the lack of the String data type
    in PG versions < 15.
    jrgemignani committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    98e1b6d View commit details
    Browse the repository at this point in the history