From 3ebae6c78123dd7f8f2828dbd7ba2a1a85a2cfa6 Mon Sep 17 00:00:00 2001 From: Dominika Vagnerova Date: Tue, 15 Nov 2022 16:06:54 +0100 Subject: [PATCH] ISPN-14278 doc updates sql statements --- .../asciidoc/topics/ref_sql_store_query_configuration.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"]