From 4e72a8e11e3440b10a10c8de4be2f6664ec41115 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Tue, 3 Sep 2019 13:03:29 +0900 Subject: [PATCH] Doc: Replace mention to "K bytes" by "kilobytes" in textsearch.sgml "kB" or "kilobyte" is used in the documentation. Author: Daniel Gustafsson Discussion: https://postgr.es/m/32BA3AF7-37E9-4334-A226-98B844ADCC4E@yesql.se --- doc/src/sgml/textsearch.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/textsearch.sgml b/doc/src/sgml/textsearch.sgml index 196558b440..3f00ae3bd9 100644 --- a/doc/src/sgml/textsearch.sgml +++ b/doc/src/sgml/textsearch.sgml @@ -3915,7 +3915,7 @@ Parser: "pg_catalog.default" text search features are: - The length of each lexeme must be less than 2K bytes + The length of each lexeme must be less than 2 kilobytes The length of a tsvector (lexemes + positions) must be -- 2.40.0