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:
@ -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
|
||||
|
Reference in New Issue
Block a user