Skip to content
Snippets Groups Projects
user avatar
Tom Lane authored
SQL cast constructs can be performed during expression transformation
instead of during parsing.  This allows constructs like x::numeric(9,2)
and x::int2::float8 to behave as one would expect.
49528361
History