diff options
author | Tom Lane | 2007-08-22 06:26:32 +0000 |
---|---|---|
committer | Tom Lane | 2007-08-22 06:26:32 +0000 |
commit | 9f28588b427db6958e944d3efdec6ea8c7fc516e (patch) | |
tree | d59455b4c985733882cfbbcfcc00c01c54a3fd22 | |
parent | f4ccdb3a17d850ae273c9a6b6c0b2bf57181b3ca (diff) |
Fix cut-n-paste-o.
-rw-r--r-- | doc/src/sgml/ref/alter_tsconfig.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/alter_tsconfig.sgml b/doc/src/sgml/ref/alter_tsconfig.sgml index e40f34fd61..b342b1900a 100644 --- a/doc/src/sgml/ref/alter_tsconfig.sgml +++ b/doc/src/sgml/ref/alter_tsconfig.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/alter_tsconfig.sgml,v 1.2 2007/08/22 05:13:50 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/alter_tsconfig.sgml,v 1.3 2007/08/22 06:26:32 tgl Exp $ PostgreSQL documentation --> @@ -96,7 +96,7 @@ ALTER TEXT SEARCH CONFIGURATION <replaceable>name</replaceable> OWNER TO <replac </varlistentry> <varlistentry> - <term><replaceable class="parameter">old_dictionary</replaceable></term> + <term><replaceable class="parameter">new_dictionary</replaceable></term> <listitem> <para> The name of a text search dictionary to be substituted for |