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

Really remove Recipe.

This commit is contained in:
Bruce Momjian
1999-03-07 03:34:11 +00:00
parent 6c51355612
commit 60bb92af33
4 changed files with 5444 additions and 5493 deletions

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.54 1999/02/13 23:17:05 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.55 1999/03/07 03:34:11 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -187,7 +187,6 @@ static ScanKeyword ScanKeywords[] = {
{"procedure", PROCEDURE},
{"public", PUBLIC},
{"read", READ},
{"recipe", RECIPE},
{"references", REFERENCES},
{"relative", RELATIVE},
{"rename", RENAME},