Skip to content

Conversation

@MuhammadTahaNaveed
Copy link
Member

Merge commit 3bd002c into PG12.

Queries can now call functions using the form CALL ... YIELD.

CALL ... YIELD can be used in some of the following forms:

    Individual:
    CALL
    CALL YIELD
    CALL YIELD WHERE UPDATE/RETURN

    Subqueries:
    READING_CLAUSE CALL YIELD UPDATE/RETURN
    CALL YIELD READING_CLAUSE UPDATE/RETURN

In the future, CALL YIELD support for record returning functions and
multiple variable output functions can be added.

Known Issue with WHERE clause where a WHERE in a MATCH + CALL subquery
does not filter results is known.
Copy link
Contributor

@jrgemignani jrgemignani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MuhammadTahaNaveed Looks good. Will merge after the PG12 release is completed.

@jrgemignani jrgemignani merged commit 005eb05 into apache:PG12 Feb 1, 2023
@MuhammadTahaNaveed MuhammadTahaNaveed deleted the PG12-dev branch February 1, 2023 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants