projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b8364d
)
Adjust doc wording about the casting exceptions for composite types.
author
Bruce Momjian
<
[email protected]
>
Wed, 16 Mar 2011 00:47:31 +0000
(20:47 -0400)
committer
Bruce Momjian
<
[email protected]
>
Wed, 16 Mar 2011 00:47:31 +0000
(20:47 -0400)
doc/src/sgml/ref/create_cast.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/create_cast.sgml
b/doc/src/sgml/ref/create_cast.sgml
index d1c540da8aac289da11bc66c4b03999f0f767afb..c0039edf75285000e1c609e82e59e57794206b1c 100644
(file)
--- a/
doc/src/sgml/ref/create_cast.sgml
+++ b/
doc/src/sgml/ref/create_cast.sgml
@@
-372,7
+372,7
@@
SELECT CAST ( 2 AS numeric ) + 4.0;
<note>
<para>
- There
's an exception to the exception, too
: I/O conversion casts from
+ There
is also an exception to the exception
: I/O conversion casts from
composite types to string types cannot be invoked using functional
syntax, but must be written in explicit cast syntax (either
<literal>CAST</> or <literal>::</> notation). This exception was added