custom analyze function

Started by Michael Normanover 15 years ago2 messagesgeneral
Jump to latest
#1Michael Norman
mwnorman@gmail.com

Are there any examples of a custom analyze function for a table?

Thanks in advance,

Mike Norman

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Michael Norman (#1)
Re: custom analyze function

Michael Norman <mwnorman@gmail.com> writes:

Are there any examples of a custom analyze function for a table?

Um ... there's no such thing as a per-table custom analyze function.
Analyze functions are per-data-type. tsvector has a custom analyze
function in 8.4 and up (ts_typanalyze); you could look at that.

regards, tom lane