Skip to content

Commit

Permalink
Docs: Tweak list formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
costin committed May 10, 2019
1 parent 6d95386 commit f42dcf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/reference/sql/language/indices.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ when explicitly told so by user - in other words, by default, frozen indices are

One can toggle the use of frozen indices through:

::dedicated configuration parameter
dedicated configuration parameter::
Set to `true` properties `index_include_frozen` in the <<sql-rest>> or `index.include.frozen` in the drivers to include frozen indices.

::dedicated keyword
Explicitly perform the inclusion through the dedicated `FROZEN` keyword in the `FROM` clause or `INCLUDE FROZEN` in the `SHOW ` commands:
dedicated keyword::
Explicitly perform the inclusion through the dedicated `FROZEN` keyword in the `FROM` clause or `INCLUDE FROZEN` in the `SHOW` commands:

["source","sql",subs="attributes,callouts,macros"]
----
Expand Down

0 comments on commit f42dcf2

Please sign in to comment.