Skip to content

Add path extraction(#>, #>>)operators to agtype#1244

Merged
rafsun42 merged 1 commit intoapache:PG11from
Zainab-Saad:ft/PG11/jsonb_path_ext_op
Sep 22, 2023
Merged

Add path extraction(#>, #>>)operators to agtype#1244
rafsun42 merged 1 commit intoapache:PG11from
Zainab-Saad:ft/PG11/jsonb_path_ext_op

Conversation

@Zainab-Saad
Copy link
Contributor

This PR is a part of a patch originally authored by Josh Innis for #282 . The tasks done here are:

  • Implemented the path extraction operators (#>, #>>) for agtype, similar to the one in postgres where this operator works with jsonb operands
  • Allowed using these operators inside cypher queries
  • Added regression tests

Original work was done by Josh Innis for issue#282.

The changes included in this PR are as follows:

- Implement the path extraction operators for agtype, similar
  to the one in postgres where this operator works with jsonb operands
- Allow using these operators inside cypher queries
- Added regression tests
@github-actions github-actions bot added the PG11 PostgreSQL11 label Sep 21, 2023
@rafsun42 rafsun42 merged commit 1bf3733 into apache:PG11 Sep 22, 2023
@Zainab-Saad Zainab-Saad deleted the ft/PG11/jsonb_path_ext_op branch February 8, 2024 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PG11 PostgreSQL11

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants