Michael Norman <mwnor...@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

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to