Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7181530 commit 09811efCopy full SHA for 09811ef
doc/src/sgml/syntax.sgml
@@ -1,4 +1,4 @@
1
-<!-- $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 $ -->
2
3
<chapter id="sql-syntax">
4
<title>SQL Syntax</title>
@@ -1778,6 +1778,10 @@ UNBOUNDED FOLLOWING
1778
<primary>type cast</primary>
1779
</indexterm>
1780
1781
+ <indexterm>
1782
+ <primary>::</primary>
1783
+ </indexterm>
1784
+
1785
<para>
1786
A type cast specifies a conversion from one data type to another.
1787
<productname>PostgreSQL</productname> accepts two equivalent syntaxes
0 commit comments