The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/15/textsearch-limitations.html Description: I'm suggesting a documentation clarification to the statement "The length of a tsvector (lexemes + positions) must be less than 1 megabyte" from the page https://www.postgresql.org/docs/current/textsearch-limitations.html. It's not clear what "length" here means, especially in light of the parenthetical "(lexemes + positions)". Only lexemes and positions but not weights? The length() function on a tsvector gives the lexeme count, is that the limit here? Or would the storage space returned with the pg_column_size function give the length to which this limitation applies? (Trying this out, it gives numbers somewhat larger that what I get when looking at the text representations I see when querying the tsvector column.)
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера