Commit 87251d17 authored by Bruce Momjian's avatar Bruce Momjian

Cleanup for find_keywords.

parent 65b1ed47
...@@ -79,7 +79,7 @@ except ...@@ -79,7 +79,7 @@ except
exception exception
exec exec
execute execute
eists exists
external external
extract extract
false false
......
...@@ -2,4 +2,8 @@ To get a list of keywords compared to SQL'92, take the keywords out of ...@@ -2,4 +2,8 @@ To get a list of keywords compared to SQL'92, take the keywords out of
backend/parser/keywords.c and tools/SQL_keywords. backend/parser/keywords.c and tools/SQL_keywords.
Then run sdif with the PostgreSQL keyword file first, then the SQL'92 Then run sdif with the PostgreSQL keyword file first, then the SQL'92
keywords. keywords. Here is what I used:
sdif tools/SQL_keywords /tmp/pgkeywords |\
sed 's/</ /' | sed 's/>/ /'|sed 's/|/\
/' | sort -b +0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment