Skip to content

Commit 9f28588

Browse files
committed
Fix cut-n-paste-o.
1 parent f4ccdb3 commit 9f28588

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ref/alter_tsconfig.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_tsconfig.sgml,v 1.2 2007/08/22 05:13:50 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/alter_tsconfig.sgml,v 1.3 2007/08/22 06:26:32 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -96,7 +96,7 @@ ALTER TEXT SEARCH CONFIGURATION <replaceable>name</replaceable> OWNER TO <replac
9696
</varlistentry>
9797

9898
<varlistentry>
99-
<term><replaceable class="parameter">old_dictionary</replaceable></term>
99+
<term><replaceable class="parameter">new_dictionary</replaceable></term>
100100
<listitem>
101101
<para>
102102
The name of a text search dictionary to be substituted for

0 commit comments

Comments
 (0)