You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,10 +53,10 @@ label:functionality[]
53
53
label:updated[]
54
54
[source, syntax, role="noheader"]
55
55
----
56
-
SHOW NODE EXIST[ENCE] \| EXIST[ENCE] CONSTRAINTS
56
+
SHOW [NODE] EXIST[ENCE] CONSTRAINTS
57
57
----
58
58
59
-
| The `NODE EXIST[ENCE]` and `EXIST[ENCE]` type filtering options allowed by the `SHOW CONSTRAINTS` command now also return node label existence constraints (crated as part of node element types in a xref:schema/graph-types/index.adoc[graph type]).
59
+
| The `NODE EXIST[ENCE]` and `EXIST[ENCE]` type filtering options allowed by the `SHOW CONSTRAINTS` command now also return node label existence constraints (created as part of node element types in a xref:schema/graph-types/index.adoc[graph type]).
60
60
For more information, see xref:schema/syntax.adoc#constraints-syntax-list-type-filter[Syntax -> Type filters].
Copy file name to clipboardExpand all lines: modules/ROOT/pages/schema/graph-types/set-graph-types.adoc
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,10 @@ A graph type defines the schema of a database and is set with the command `ALTER
7
7
8
8
Graph types can include:
9
9
10
-
Graph types can include:
11
-
12
10
* xref:schema/graph-types/set-graph-types.adoc#node-element-types[Node element types]
13
11
* xref:schema/graph-types/set-graph-types.adoc#relationship-element-types[Relationship element types]
14
12
* xref:schema/graph-types/set-graph-types.adoc#constraints-on-identifying-labels-and-types[Property uniqueness and key constraints defined on identifying node labels or relationship types]
15
-
* xref:schema/graph-types/set-graph-types.adoc#constraints-on-non-identifying-labels-and-types[property existence, property type, property uniqueness, and key constraints defined on non-identifying node labels or relationship types]
13
+
* xref:schema/graph-types/set-graph-types.adoc#constraints-on-non-identifying-labels-and-types[Property existence, property type, property uniqueness, and key constraints defined on non-identifying node labels or relationship types]
16
14
17
15
The three first categories are discussed in the section xref:schema/graph-types/set-graph-types.adoc#set-graph-type-empty-database[Set a graph type on an empty database].
18
16
The last category is discussed in the section xref:schema/graph-types/set-graph-types.adoc#set-graph-type-populated-database[Set a graph type on a populated database].
@@ -21,7 +19,7 @@ The last category is discussed in the section xref:schema/graph-types/set-graph-
21
19
====
22
20
Setting a graph type requires the following privileges:
* link:{neo4j-docs-base-uri}/operations-manual/current/authentication-authorization/database-administration/#access-control-database-administration-tokens[`NAME MANAGEMENT`] (if graph type includes node labels, relationship types, or properties not already in the graph)
0 commit comments