Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 16440d7

Browse files
committed
Cleanup for find_keywords.
1 parent 87251d1 commit 16440d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/make_keywords.README

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ backend/parser/keywords.c and tools/SQL_keywords.
44
Then run sdif with the PostgreSQL keyword file first, then the SQL'92
55
keywords. Here is what I used:
66

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

0 commit comments

Comments
 (0)