1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-09 06:21:09 +03:00

Remove unused keyword CHANGE.

This commit is contained in:
Thomas G. Lockhart
1998-02-03 16:04:05 +00:00
parent 93d80d3359
commit a90b6a4464
2 changed files with 4 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.32 1998/01/22 23:04:54 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.33 1998/02/03 16:04:05 thomas Exp $
*
*-------------------------------------------------------------------------
*/
@@ -53,7 +53,6 @@ static ScanKeyword ScanKeywords[] = {
{"by", BY},
{"cascade", CASCADE},
{"cast", CAST},
{"change", CHANGE},
{"char", CHAR},
{"character", CHARACTER},
{"check", CHECK},