mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Rename make_keywords.README to make_keywords.
This commit is contained in:
4
src/tools/make_keywords.README → src/tools/make_keywords
Normal file → Executable file
4
src/tools/make_keywords.README → src/tools/make_keywords
Normal file → Executable file
@ -1,3 +1,6 @@
|
||||
#!/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.
|
||||
|
||||
@ -7,3 +10,4 @@ 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