*** pgsql/src/interfaces/ecpg/preproc/parse.pl 2010/01/02 16:58:11 1.7 --- pgsql/src/interfaces/ecpg/preproc/parse.pl 2010/05/30 18:10:41 1.8 *************** *** 1,5 **** #!/usr/bin/perl ! # $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/parse.pl,v 1.6 2009/11/26 15:06:47 meskes Exp $ # parser generater for ecpg # call with backend parser as stdin # --- 1,5 ---- #!/usr/bin/perl ! # $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/parse.pl,v 1.7 2010/01/02 16:58:11 momjian Exp $ # parser generater for ecpg # call with backend parser as stdin # *************** $replace_string{'WITH_TIME'} = 'with tim *** 41,46 **** --- 41,48 ---- $replace_string{'NULLS_FIRST'} = 'nulls first'; $replace_string{'NULLS_LAST'} = 'nulls last'; $replace_string{'TYPECAST'} = '::'; + $replace_string{'DOT_DOT'} = '..'; + $replace_string{'COLON_EQUALS'} = ':='; # specific replace_types for specific non-terminals - never include the ':' # ECPG-only replace_types are defined in ecpg-replace_types