postgresql/src/include/parser
Tom Lane 7fdb4305db Fix a bunch of problems with domains by making them use special input functions
that apply the necessary domain constraint checks immediately.  This fixes
cases where domain constraints went unchecked for statement parameters,
PL function local variables and results, etc.  We can also eliminate existing
special cases for domains in places that had gotten it right, eg COPY.

Also, allow domains over domains (base of a domain is another domain type).
This almost worked before, but was disallowed because the original patch
hadn't gotten it quite right.
2006-04-05 22:11:58 +00:00
..
analyze.h Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
gramparse.h Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
keywords.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
parse_agg.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
parse_clause.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
parse_coerce.h Fix a bunch of problems with domains by making them use special input functions 2006-04-05 22:11:58 +00:00
parse_expr.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
parse_func.h Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
parse_node.h Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
parse_oper.h Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
parse_relation.h Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
parse_target.h Add error location info to ResTarget parse nodes. Allows error cursor to be supplied 2006-03-23 00:19:30 +00:00
parse_type.h Improve parser so that we can show an error cursor position for errors 2006-03-14 22:48:25 +00:00
parser.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
parsetree.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
scansup.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00