ts_parse ( parser_name text, document text ) → setof record ( tokid integer, token text )Extracts tokens from the
document using the named parser. See Section 12.8.2 for details.ts_parse('default', 'foo - bar') → (1,foo) ...Extracts tokens from the document using the named parser.
ts_parse ( parser_name text, document text ) → setof record ( tokid integer, token text )Extracts tokens from the
document using the named parser. See Section 12.8.2 for details.ts_parse('default', 'foo - bar') → (1,foo) ...ts_parse ( parser_oid oid, document text ) → setof record ( tokid integer, token text )Extracts tokens from the
document using a parser specified by OID. See Section 12.8.2 for details.ts_parse(3722, 'foo - bar') → (1,foo) ...
Definition snapshot: 2026-09-14T13:14:25.684213+00:00@99e6866c · English manual source