We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87251d1 commit 16440d7Copy full SHA for 16440d7
src/tools/make_keywords.README
@@ -4,6 +4,6 @@ backend/parser/keywords.c and tools/SQL_keywords.
4
Then run sdif with the PostgreSQL keyword file first, then the SQL'92
5
keywords. Here is what I used:
6
7
-sdif tools/SQL_keywords /tmp/pgkeywords |\
+sdif /tmp/pgkeywords tools/SQL_keywords |\
8
sed 's/</ /' | sed 's/>/ /'|sed 's/|/\
9
/' | sort -b +0
0 commit comments