Skip to content

Commit

Permalink
The patterns table got messed up by a change, fixing it again.
Browse files Browse the repository at this point in the history
  • Loading branch information
nawroth committed Oct 17, 2013
1 parent 34f5ed4 commit 71fbe09
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ Patterns have bound points, or starting points. They are the parts of the patter
graph nodes or relationships. All parts of the pattern must be directly or indirectly connected to a starting point -- a pattern
where parts of the pattern are not reachable from any starting point will be rejected.
[options="header", cols=">s,^,^,^,^,^", width="100%"]
[options="header", cols=">s,^,^,^,^", width="100%"]
|===================
|Clause|Multiple rel. types|Varlength|Paths|Maps
|Match|Yes|Yes|Yes|-
|Create|-|-|Yes|Yes
|Create Unique|-|-|Yes|Yes
|Expressions|Yes|Yes|-|-
|Clause |Multiple rel. types |Varlength |Paths |Maps
|Match |Yes |Yes |Yes |-
|Create |- |- |Yes |Yes
|Create Unique |- |- |Yes |Yes
|Expressions |Yes |Yes |- |-
|===================
== Patterns for related nodes ==
Expand Down

0 comments on commit 71fbe09

Please sign in to comment.