Commit 16440d79 authored by Bruce Momjian's avatar Bruce Momjian

Cleanup for find_keywords.

parent 87251d17
......@@ -4,6 +4,6 @@ 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 tools/SQL_keywords /tmp/pgkeywords |\
sdif /tmp/pgkeywords tools/SQL_keywords |\
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