Re: access to lexems or access to parsed elements

From: Marcin Mańk <marcin(dot)mank(at)gmail(dot)com>
To: "Massa, Harald Armin" <harald(at)2ndquadrant(dot)de>
Cc: PGSQL Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: Re: access to lexems or access to parsed elements
Date: 2011-08-26 12:24:22
Message-ID: CAK61fk5kmGLq5A_XX=kdye_ghGeyEQmzzqpPbhpdMo56S0H9BA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> a) the lexems of a tsvector
ts_debug (it`s a plain sql function, may give You some inspiration for
Your own queries)

> b) the (unnamed) fields of a set-of-record-returning function
select * from ts_parse('default','the quick brown fox jumped over the lazy fox')
or
select (ts_parse('default','the quick brown fox jumped over the lazy
fox')).token

Greetings
Marcin Mańk

In response to

Browse pgsql-general by date

  From Date Subject
Next Message zhong ming wu 2011-08-26 12:31:44 hot standby waiting for invalid wal file
Previous Message Jayadevan M 2011-08-26 12:19:35 Re: COPY FROM how long should take ?