mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Rename make_keywords.README to make_keywords.
This commit is contained in:
13
src/tools/make_keywords
Executable file
13
src/tools/make_keywords
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
cat <<END
|
||||
To get a list of keywords compared to SQL'92, take the keywords out of
|
||||
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 /tmp/pgkeywords tools/SQL_keywords |\
|
||||
sed 's/</ /' | sed 's/>/ /'|sed 's/|/\
|
||||
/' | sort -b +0
|
||||
END
|
Reference in New Issue
Block a user