]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Allow binary-coercible types for cast function arguments and return types.
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 11 Jul 2008 07:02:43 +0000 (07:02 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 11 Jul 2008 07:02:43 +0000 (07:02 +0000)
commite3afbb3504c7dbf4b1fdd90dcb4eaac0ad084333
tree6bc6f2e7f6bbaedffbf04b834a0372052d6757c0
parent110147653aebe8eba9a42559e3737ac0d48d107f
Allow binary-coercible types for cast function arguments and return types.
Document return type of cast functions.

Also change documentation to prefer the term "binary coercible" in its
present sense instead of the previous term "binary compatible".
doc/src/sgml/catalogs.sgml
doc/src/sgml/ref/create_cast.sgml
doc/src/sgml/typeconv.sgml
src/backend/commands/functioncmds.c