Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,43 @@ Replaced by:
SHOW CONSTRAINTS YIELD *
----


a|
label:syntax[]
label:removed[]

[source, cypher, role="noheader"]
----
SHOW EXISTS CONSTRAINTS
----

[source, cypher, role="noheader"]
----
SHOW NODE EXISTS CONSTRAINTS
----

[source, cypher, role="noheader"]
----
SHOW RELATIONSHIP EXISTS CONSTRAINTS
----
a|
Replaced by:

[source, cypher, role="noheader"]
----
SHOW [PROPERTY] EXIST[ENCE] CONSTRAINTS
----

[source, cypher, role="noheader"]
----
SHOW NODE [PROPERTY] EXIST[ENCE] CONSTRAINTS
----

[source, cypher, role="noheader"]
----
SHOW REL[ATIONSHIP] [PROPERTY] EXIST[ENCE] CONSTRAINTS
----

|===

// === Deprecated features
Expand Down