]> granicus.if.org Git - postgresql/commit
Add a function pg_get_keywords() to let clients find out the set of keywords
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 3 Jul 2008 20:58:47 +0000 (20:58 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 3 Jul 2008 20:58:47 +0000 (20:58 +0000)
commitc63147d6f0e86d96ffb315147f36af613a35c2ce
treeab767c9fa14153d7fafd45d7fa1350d50265ab89
parente3d9dceef62e072cf9a433ae6c74a1c5a10d94d3
Add a function pg_get_keywords() to let clients find out the set of keywords
known to the SQL parser.  Dave Page
doc/src/sgml/func.sgml
src/backend/parser/keywords.c
src/backend/utils/adt/misc.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/include/parser/keywords.h
src/include/utils/builtins.h