Skip to content
Snippets Groups Projects
Commit bd98852c authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Remove make_keywords

It is not used anymore.
parent 1c36700e
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
# src/tools/make_keywords
cat <<END
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
END
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment