Postgres v2: Add support for DeleteWithPrefix - #3307
Conversation
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
…upport UDFs" This reverts commit e4b3fbd. Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
|
Moving to draft to investigate how we can add support for YugabyteDB and CockroachDB. CockroachDB 23 has some support for UDFs and should be usable. However, neither YugabyteDB nor CockroachDB support the My attempt at defining another UDF "equivalent" to |
|
Enabling conformance tests for Yugabyte really should be a separate PR |
Agree. I'll leave it here for now so I can test that the feature works with Yugabyte too, but I'll move it out before marking the PR as ready for review. |
|
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
|
Hi! Just checking in — is this PR still in progress, or should we go ahead and close it out? |
Related to #3262
Adds DeleteWithPrefix to the PostgreSQL state store v2.
Notes: