diff --git a/documentation/src/main/asciidoc/topics/ref_sql_store_query_configuration.adoc b/documentation/src/main/asciidoc/topics/ref_sql_store_query_configuration.adoc index f4f3e31bd3bf..b2bebb5e26e1 100644 --- a/documentation/src/main/asciidoc/topics/ref_sql_store_query_configuration.adoc +++ b/documentation/src/main/asciidoc/topics/ref_sql_store_query_configuration.adoc @@ -6,7 +6,8 @@ This section provides an example configuration for a SQL query cache store that [discrete] == SQL statements -SQL data definition language (DDL) statements for the "person" and "address" tables are as follows: +The following examples show SQL data definition language (DDL) statements for the "person" and "address" tables. +The data types described in the example are only valid for PostgreSQL database. .SQL statement for the "person" table [source,proto,options="nowrap",subs=attributes+,role="primary"]