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

1. SHOW/RESET var fixed.

2. New VACUUM syntax (ANALYZE ...).
This commit is contained in:
Vadim B. Mikheev
1997-04-23 06:04:46 +00:00
parent bc67a4617d
commit 24d48db32d
2 changed files with 46 additions and 26 deletions

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.9 1997/04/23 03:17:04 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/parser/keywords.c,v 1.10 1997/04/23 06:04:46 vadim Exp $
*
*-------------------------------------------------------------------------
*/
@@ -38,6 +38,7 @@ static ScanKeyword ScanKeywords[] = {
{ "aggregate", AGGREGATE },
{ "all", ALL },
{ "alter", ALTER },
{ "analyze", ANALYZE },
{ "and", AND },
{ "append", APPEND },
{ "archIve", ARCHIVE }, /* XXX crooked: I < _ */