From 3399caf1335e9ba70d2130599772922a42e4065b Mon Sep 17 00:00:00 2001 From: Justin Pryzby Date: Wed, 7 Apr 2021 23:15:37 -0500 Subject: [PATCH 17/32] doc review: Make use of in-core query id added by commit 5fd9dfa5f5 4f0b0966c866ae9f0e15d7cc73ccf7ce4e1af84b --- doc/src/sgml/config.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 04712769ca..cf4e82e8b5 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -7732,7 +7732,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; The extension also requires a query identifier to be computed. Note that an external module can alternatively be used if the in-core query identifier computation - specification isn't acceptable. In this case, in-core computation + method isn't acceptable. In this case, in-core computation must be disabled. The default is off. -- 2.17.0