mirror of
https://github.com/postgres/postgres.git
synced 2025-05-28 05:21:27 +03:00
Add index entry for ::, per complaint from John Gage.
This commit is contained in:
parent
71815306e9
commit
09811eff2e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user