diff options
author | Michael Paquier <michael@paquier.xyz> | 2019-09-03 13:03:29 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2019-09-03 13:03:29 +0900 |
commit | 4e72a8e11e3440b10a10c8de4be2f6664ec41115 (patch) | |
tree | 96d595f82a29e0a0e1ebc909fc428d3e5af5f9a9 | |
parent | 3a54eb1a383411765deb66e6081568ae6f8d9132 (diff) | |
download | postgresql-4e72a8e11e3440b10a10c8de4be2f6664ec41115.tar.gz postgresql-4e72a8e11e3440b10a10c8de4be2f6664ec41115.zip |
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
-rw-r--r-- | doc/src/sgml/textsearch.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/textsearch.sgml b/doc/src/sgml/textsearch.sgml index 196558b4404..3f00ae3bd95 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: <itemizedlist spacing="compact" mark="bullet"> <listitem> - <para>The length of each lexeme must be less than 2K bytes</para> + <para>The length of each lexeme must be less than 2 kilobytes</para> </listitem> <listitem> <para>The length of a <type>tsvector</type> (lexemes + positions) must be |