]> granicus.if.org Git - postgresql/commitdiff
Add index entry for ::, per complaint from John Gage.
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 9 Jun 2010 16:43:47 +0000 (16:43 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 9 Jun 2010 16:43:47 +0000 (16:43 +0000)
doc/src/sgml/syntax.sgml

index 8f6b728aa03b92bdf8d59bb1d6011324159aed7d..c74ad264e7ba33af698898dea728a2309f079638 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/syntax.sgml,v 1.145 2010/05/30 18:10:40 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/syntax.sgml,v 1.146 2010/06/09 16:43:47 alvherre Exp $ -->
 
 <chapter id="sql-syntax">
  <title>SQL Syntax</title>
@@ -1778,6 +1778,10 @@ UNBOUNDED FOLLOWING
     <primary>type cast</primary>
    </indexterm>
 
+   <indexterm>
+    <primary>::</primary>
+   </indexterm>
+
    <para>
     A type cast specifies a conversion from one data type to another.
     <productname>PostgreSQL</productname> accepts two equivalent syntaxes