Enabled MATCH <unspecified>

Jan
This commit is contained in:
Jan Wieck 2000-02-07 18:12:49 +00:00
parent f59daf80f7
commit aef647a274
1 changed files with 1 additions and 2 deletions

View File

@ -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";
}
;