diff options
author | Tatsuo Ishii <ishii@postgresql.org> | 2007-08-30 01:29:52 +0000 |
---|---|---|
committer | Tatsuo Ishii <ishii@postgresql.org> | 2007-08-30 01:29:52 +0000 |
commit | c9bfabe24d9b94975006d32031d9efab82901a31 (patch) | |
tree | 66beb196eff3e62834e1cc639b21893ef204f09c | |
parent | 25188c4f7dee37e7b6b38c63e178fc632deaaa57 (diff) | |
download | postgresql-c9bfabe24d9b94975006d32031d9efab82901a31.tar.gz postgresql-c9bfabe24d9b94975006d32031d9efab82901a31.zip |
Fix broken markup.
-rw-r--r-- | doc/src/sgml/textsearch.sgml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/sgml/textsearch.sgml b/doc/src/sgml/textsearch.sgml index c98f5ae1ab1..927004a8c84 100644 --- a/doc/src/sgml/textsearch.sgml +++ b/doc/src/sgml/textsearch.sgml @@ -234,6 +234,7 @@ SELECT 'fat & cow'::tsquery @@ 'a fat cat sat on a mat and ate a fat rat'::t <xref linkend="functions-textsearch"> contains a complete list of full text search functions and operators. </para> + </sect2> <sect2 id="textsearch-configurations"> <title>Configurations</title> |