Replies: 3 comments 10 replies
|
There has been some discussion on this subject in #45. There has recently been a commit (57e11a3) that fixes an issue with updating the indices. To create a unique constraint, you first need to create an immutable function (a requirement for creating an index) and then use this function for the creation of the unique constraint |
6 replies
|
Looking at this, I hope it have following function.
|
4 replies
|
The new agtype access operators |
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
In AgensGraph I could create a unique property constraint using this syntax:
CREATE CONSTRAINT ON account ASSERT email IS UNIQUE;What is the equivalent in Apache AGE for creating a unique constraint on a property?
All reactions