Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-testing > by-pkgid > bab02a23fa9f3df8d66a9a3231b50245 > files > 713

postgresql8.3-docs-8.3.6-2mdv2008.1.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML
><HEAD
><TITLE
>ALTER TEXT SEARCH DICTIONARY</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
REV="MADE"
HREF="mailto:pgsql-docs@postgresql.org"><LINK
REL="HOME"
TITLE="PostgreSQL 8.3.6 Documentation"
HREF="index.html"><LINK
REL="UP"
TITLE="SQL Commands"
HREF="sql-commands.html"><LINK
REL="PREVIOUS"
TITLE="ALTER TEXT SEARCH CONFIGURATION"
HREF="sql-altertsconfig.html"><LINK
REL="NEXT"
TITLE="ALTER TEXT SEARCH PARSER"
HREF="sql-altertsparser.html"><LINK
REL="STYLESHEET"
TYPE="text/css"
HREF="stylesheet.css"><META
HTTP-EQUIV="Content-Type"
CONTENT="text/html; charset=ISO-8859-1"><META
NAME="creation"
CONTENT="2009-02-03T04:34:16"></HEAD
><BODY
CLASS="REFENTRY"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="5"
ALIGN="center"
VALIGN="bottom"
>PostgreSQL 8.3.6 Documentation</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="top"
><A
HREF="sql-altertsconfig.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="top"
><A
HREF="sql-altertsconfig.html"
>Fast Backward</A
></TD
><TD
WIDTH="60%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="top"
><A
HREF="sql-altertsparser.html"
>Fast Forward</A
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="top"
><A
HREF="sql-altertsparser.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><H1
><A
NAME="SQL-ALTERTSDICTIONARY"
></A
>ALTER TEXT SEARCH DICTIONARY</H1
><DIV
CLASS="REFNAMEDIV"
><A
NAME="AEN50080"
></A
><H2
>Name</H2
>ALTER TEXT SEARCH DICTIONARY&nbsp;--&nbsp;change the definition of a text search dictionary</DIV
><A
NAME="AEN50083"
></A
><DIV
CLASS="REFSYNOPSISDIV"
><A
NAME="AEN50085"
></A
><H2
>Synopsis</H2
><PRE
CLASS="SYNOPSIS"
>ALTER TEXT SEARCH DICTIONARY <TT
CLASS="REPLACEABLE"
><I
>name</I
></TT
> (
    <TT
CLASS="REPLACEABLE"
><I
>option</I
></TT
> [ = <TT
CLASS="REPLACEABLE"
><I
>value</I
></TT
> ] [, ... ]
)
ALTER TEXT SEARCH DICTIONARY <TT
CLASS="REPLACEABLE"
><I
>name</I
></TT
> RENAME TO <TT
CLASS="REPLACEABLE"
><I
>newname</I
></TT
>
ALTER TEXT SEARCH DICTIONARY <TT
CLASS="REPLACEABLE"
><I
>name</I
></TT
> OWNER TO <TT
CLASS="REPLACEABLE"
><I
>newowner</I
></TT
></PRE
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN50094"
></A
><H2
>Description</H2
><P
>   <TT
CLASS="COMMAND"
>ALTER TEXT SEARCH DICTIONARY</TT
> changes the definition of
   a text search dictionary.  You can change the dictionary's
   template-specific options, or change the dictionary's name or owner.
  </P
><P
>   You must be the owner of the dictionary to use
   <TT
CLASS="COMMAND"
>ALTER TEXT SEARCH DICTIONARY</TT
>.
  </P
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN50100"
></A
><H2
>Parameters</H2
><P
></P
><DIV
CLASS="VARIABLELIST"
><DL
><DT
><TT
CLASS="REPLACEABLE"
><I
>name</I
></TT
></DT
><DD
><P
>      The name (optionally schema-qualified) of an existing text search
      dictionary.
     </P
></DD
><DT
><TT
CLASS="REPLACEABLE"
><I
>option</I
></TT
></DT
><DD
><P
>      The name of a template-specific option to be set for this dictionary.
     </P
></DD
><DT
><TT
CLASS="REPLACEABLE"
><I
>value</I
></TT
></DT
><DD
><P
>      The new value to use for a template-specific option.
      If the equal sign and value are omitted, then any previous
      setting for the option is removed from the dictionary,
      allowing the default to be used.
     </P
></DD
><DT
><TT
CLASS="REPLACEABLE"
><I
>newname</I
></TT
></DT
><DD
><P
>      The new name of the text search dictionary.
     </P
></DD
><DT
><TT
CLASS="REPLACEABLE"
><I
>newowner</I
></TT
></DT
><DD
><P
>      The new owner of the text search dictionary.
     </P
></DD
></DL
></DIV
><P
>   Template-specific options can appear in any order.
  </P
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN50129"
></A
><H2
>Examples</H2
><P
>   The following example command changes the stopword list
   for a Snowball-based dictionary.  Other parameters remain unchanged.
  </P
><PRE
CLASS="PROGRAMLISTING"
>ALTER TEXT SEARCH DICTIONARY my_dict ( StopWords = newrussian );</PRE
><P
>   The following example command changes the language option to dutch,
   and removes the stopword option entirely.
  </P
><PRE
CLASS="PROGRAMLISTING"
>ALTER TEXT SEARCH DICTIONARY my_dict ( language = dutch, StopWords );</PRE
><P
>   The following example command <SPAN
CLASS="QUOTE"
>"updates"</SPAN
> the dictionary's
   definition without actually changing anything.

</P><PRE
CLASS="PROGRAMLISTING"
>ALTER TEXT SEARCH DICTIONARY my_dict ( dummy );</PRE
><P>

   (The reason this works is that the option removal code doesn't complain
   if there is no such option.)  This trick is useful when changing
   configuration files for the dictionary: the <TT
CLASS="COMMAND"
>ALTER</TT
> will
   force existing database sessions to re-read the configuration files,
   which otherwise they would never do if they had read them earlier.
  </P
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN50139"
></A
><H2
>Compatibility</H2
><P
>   There is no <TT
CLASS="COMMAND"
>ALTER TEXT SEARCH DICTIONARY</TT
> statement in
   the SQL standard.
  </P
></DIV
><DIV
CLASS="REFSECT1"
><A
NAME="AEN50143"
></A
><H2
>See Also</H2
><A
HREF="sql-createtsdictionary.html"
><I
>CREATE TEXT SEARCH DICTIONARY</I
></A
>, <A
HREF="sql-droptsdictionary.html"
><I
>DROP TEXT SEARCH DICTIONARY</I
></A
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="sql-altertsconfig.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="sql-altertsparser.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>ALTER TEXT SEARCH CONFIGURATION</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="sql-commands.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>ALTER TEXT SEARCH PARSER</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>