From 9f28588b427db6958e944d3efdec6ea8c7fc516e Mon Sep 17 00:00:00 2001
From: Tom Lane <tgl@sss.pgh.pa.us>
Date: Wed, 22 Aug 2007 06:26:32 +0000
Subject: [PATCH] Fix cut-n-paste-o.

---
 doc/src/sgml/ref/alter_tsconfig.sgml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/src/sgml/ref/alter_tsconfig.sgml b/doc/src/sgml/ref/alter_tsconfig.sgml
index e40f34fd619..b342b1900a6 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
-- 
GitLab