Skip to content

Instantly share code, notes, and snippets.

@krk
Created June 27, 2017 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krk/839c2ea9d10541c52e8a3992d02e1b58 to your computer and use it in GitHub Desktop.
Save krk/839c2ea9d10541c52e8a3992d02e1b58 to your computer and use it in GitHub Desktop.
*** 94,99 ****
--- 94,100 ----
PG_KEYWORD("continue", CONTINUE_P, UNRESERVED_KEYWORD)
PG_KEYWORD("conversion", CONVERSION_P, UNRESERVED_KEYWORD)
PG_KEYWORD("copy", COPY, UNRESERVED_KEYWORD)
+ PG_KEYWORD(“corresponding”, CORRESPONDING, UNRESERVED_KEYWORD)
PG_KEYWORD("cost", COST, UNRESERVED_KEYWORD)
PG_KEYWORD("create", CREATE, RESERVED_KEYWORD)
PG_KEYWORD("cross", CROSS, TYPE_FUNC_NAME_KEYWORD)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment