Skip to content

Commit 67e1ae9

Browse files
author
Michael Meskes
committed
List VALUE as a keyword.
1 parent 1688848 commit 67e1ae9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/interfaces/ecpg/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1873,6 +1873,10 @@ Tue Oct 5 12:45:48 CEST 2004
18731873
Mon Oct 18 15:34:51 CEST 2004
18741874

18751875
- Synced parser.
1876+
1877+
Wed Nov 10 14:43:50 CET 2004
1878+
1879+
- List VALUE as a keyword.
18761880
- Set ecpg version to 3.2.0.
18771881
- Set compat library version to 1.2.
18781882
- Set ecpg library version to 4.2.

src/interfaces/ecpg/preproc/preproc.y

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.300 2004/11/05 19:16:43 tgl Exp $ */
1+
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.301 2004/11/10 13:48:10 meskes Exp $ */
22

33
/* Copyright comment */
44
%{
@@ -5763,6 +5763,7 @@ ECPGKeywords_vanames: SQL_BREAK { $$ = make_str("break"); }
57635763
| SQL_SQLPRINT { $$ = make_str("sqlprint"); }
57645764
| SQL_SQLWARNING { $$ = make_str("sqlwarning"); }
57655765
| SQL_STOP { $$ = make_str("stop"); }
5766+
| SQL_VALUE { $$ = make_str("value"); }
57665767
;
57675768

57685769
ECPGKeywords_rest: SQL_CONNECT { $$ = make_str("connect"); }

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy