From: Thomas G. Lockhart Date: Tue, 11 Jun 2002 16:00:17 +0000 (+0000) Subject: Fix markup typo. X-Git-Tag: REL7_3~1426 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=062d8b9ebd33cc4660ef230684a5f809618be25c;p=thirdparty%2Fpostgresql.git Fix markup typo. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index c208f64504e..1e7e5bcde61 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,5 +1,5 @@ @@ -1419,7 +1419,7 @@ PostgreSQL documentation Both LIKE and SIMILAR TO are SQL-standard operators which are also available in alternate - forms as PostgreSQL operators; look at + forms as PostgreSQL operators; look at ~ and ~~ for examples.