1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-20 15:22:23 +03:00

Cleanup for find_keywords.

This commit is contained in:
Bruce Momjian
1997-09-27 17:25:48 +00:00
parent 87251d17f8
commit 16440d79bb

View File

@ -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