diff options
Diffstat (limited to 'doc/src/sgml/ref/drop_tsparser.sgml')
-rw-r--r-- | doc/src/sgml/ref/drop_tsparser.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/drop_tsparser.sgml b/doc/src/sgml/ref/drop_tsparser.sgml index bc9dae17a5e..3fa9467ebdd 100644 --- a/doc/src/sgml/ref/drop_tsparser.sgml +++ b/doc/src/sgml/ref/drop_tsparser.sgml @@ -92,7 +92,7 @@ DROP TEXT SEARCH PARSER my_parser; </programlisting> This command will not succeed if there are any existing text search - configurations that use the parser. Add <literal>CASCADE</> to + configurations that use the parser. Add <literal>CASCADE</literal> to drop such configurations along with the parser. </para> </refsect1> |