What is the appropriate way to update an array? #2111
Closed
i-h8-github
started this conversation in
General
Replies: 1 comment 7 replies
-
Assuming you are using the pg_array_ops extension, you would call the appropriate method: https://sequel.jeremyevans.net/rdoc-plugins/classes/Sequel/Postgres/ArrayOp.html It would probably be helpful to post the code you have and explain exactly what you want. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can define default arrays, insert arrays, and retrieve arrays. but I can't figure out how to update an array.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions