8000 Added missing entry (CASCADED) in keywords table. · postgrespro/postgres_cluster@5a05d18 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

8000
Appearance settings

Commit 5a05d18

Browse files
committed
Added missing entry (CASCADED) in keywords table.
1 parent 9538938 commit 5a05d18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/parser/keywords.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/parser/keywords.c,v 1.176 2006/08/25 04:06:52 tgl Exp $
11+
* $PostgreSQL: pgsql/src/backend/parser/keywords.c,v 1.177 2006/10/07 21:51:02 petere Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -67,6 +67,7 @@ static const ScanKeyword ScanKeywords[] = {
6767
{"cache", CACHE},
6868
{"called", CALLED},
6969
{"cascade", CASCADE},
70+
{"cascaded", CASCADED},
7071
{"case", CASE},
7172
{"cast", CAST},
7273
{"chain", CHAIN},

0 commit comments

Comments
 (0)
0