1
0
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:
Bruce Momjian
2001-11-26 22:41:58 +00:00
parent 8e75b36aeb
commit ea4f08ed49
3 changed files with 209 additions and 7 deletions

View 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