Re: custom analyze function

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Norman <mwnorman(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: custom analyze function
Date: 2010-09-30 19:07:42
Message-ID: 11189.1285873662@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Michael Norman <mwnorman(at)gmail(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Carlos Mennens 2010-09-30 19:24:31 No Relations Found Error
Previous Message Donny Velazquez 2010-09-30 18:53:12 Hosting options?