Skip to content

Commit fa6a0f6

Browse files
committed
edited the syntax descriptions
1 parent 4872c2d commit fa6a0f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FETCH_HEAD

Whitespace-only changes.

cypher/cypher-docs/src/docs/dev/ql/administration/security/database/constraint-management-syntax.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
GRANT {CREATE \| DROP} CONSTRAINT[S]
88
ON {DEFAULT DATABASE \| DATABASE[S] {name \| *}}
99
TO role[, ...]
10-
| Enable the specified role or roles to create or delete constraints on the default database, the database `name` or all databases
10+
| Enable the specified roles to create or delete constraints on the default database, a specific database, or all databases.
1111
1212
| [source, cypher]
1313
GRANT CONSTRAINT[S] [MANAGEMENT]
1414
ON {DEFAULT DATABASE \| DATABASE[S] {name \| *}}
1515
TO role[, ...]
16-
| Enable the specified role or roles to create and delete constraints on the default database, the database `name` or all databases
16+
| Enable the specified roles to manage constraints on the default database, a specific database, or all databases.
1717
1818
|===

0 commit comments

Comments
 (0)