/*-------------------------------------------------------------------------
*
* keywords.h
* PostgreSQL's list of SQL keywords
*
*
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* src/include/common/keywords.h
*
*-------------------------------------------------------------------------
*/
/* Keyword categories --- should match lists in gram.y */
extern PGDLLIMPORT const ScanKeywordList ScanKeywords;
extern PGDLLIMPORT const uint8 ScanKeywordCategories;
extern PGDLLIMPORT const bool ScanKeywordBareLabel;
/* KEYWORDS_H */