reserved keyword column in checkpoints table in langgraph.checkpoint.postgres #5395
Unanswered
datageek8694
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are facing an issue while using the langgraph-checkpoint-postgres package.
The checkpoints table that is used has a column checkpoint which is a reserved keyword in postgres and it fails linter checks while creating in RDS. It isn't a good practice to use reserved keywords as column name.
Is anyone else also facing this issue and how did you resolve it?
Beta Was this translation helpful? Give feedback.
All reactions