Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9538938 commit 5a05d18Copy full SHA for 5a05d18
src/backend/parser/keywords.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/backend/parser/keywords.c,v 1.176 2006/08/25 04:06:52 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/parser/keywords.c,v 1.177 2006/10/07 21:51:02 petere Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -67,6 +67,7 @@ static const ScanKeyword ScanKeywords[] = {
67
{"cache", CACHE},
68
{"called", CALLED},
69
{"cascade", CASCADE},
70
+ {"cascaded", CASCADED},
71
{"case", CASE},
72
{"cast", CAST},
73
{"chain", CHAIN},
0 commit comments