aboutsummaryrefslogtreecommitdiff
path: root/src/tools/make_keywords.README
blob: 4b1edb1b78695f92291da5aa429b7a0987b3bc07 (plain)
1
2
3
4
5
6
7
8
9
To get a list of keywords compared to SQL'92, take the keywords out of
backend/parser/keywords.c and tools/SQL_keywords.

Then run sdif with the PostgreSQL keyword file first, then the SQL'92
keywords.  Here is what I used:

sdif /tmp/pgkeywords tools/SQL_keywords |\
sed 's/</ /' | sed 's/>/ /'|sed 's/|/\
                                        /' | sort -b +0