Teodor Sigaev wrote:
> http://www.sigaev.ru/misc/tsearch_core-0.58.gz
> 
> Changes since 0.52 version:
> 
> 1) Introduce dictionary's template which contains only methods of dictionary 
> and 
> can be managed only by superuser.
> CREATE TEXT SEARCH DICTIONARY dictname
>      TEMPLATE  dicttmplname
>      [OPTION  opt_text ]
> ;
> 
> CREATE TEXT SEARCH DICTIONARY TEMPLATE dicttmplname
>      LEXIZE  lexize_function
>      [INIT  init_function ]
> ;

I am finding the above syntax confusing.  If TEMPLATE appears before the
dictionary name, it is a template, but after, it is using a template. 
Can we use a different word instead of TEMPLATE, and have a USING clause
to reference the template?

-- 
  Bruce Momjian  <[EMAIL PROTECTED]>          http://momjian.us
  EnterpriseDB                               http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match

Reply via email to