Enabled MATCH <unspecified>

Jan
REL7_0_PATCHES
Jan Wieck 26 years ago
parent f59daf80f7
commit aef647a274
  1. 3
      src/backend/parser/gram.y

@ -11,7 +11,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.139 2000/02/04 18:49:33 wieck Exp $
* $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.140 2000/02/07 18:12:49 wieck Exp $
*
* HISTORY
* AUTHOR DATE MAJOR EVENT
@ -1278,7 +1278,6 @@ key_match: MATCH FULL
}
| /*EMPTY*/
{
elog(ERROR, "FOREIGN KEY match type UNSPECIFIED not implemented yet");
$$ = "UNSPECIFIED";
}
;

Loading…
Cancel
Save