make_keywords.README
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:0k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. To get a list of keywords compared to SQL'92, take the keywords out of
  2. backend/parser/keywords.c and tools/SQL_keywords.
  3. Then run sdif with the PostgreSQL keyword file first, then the SQL'92
  4. keywords.  Here is what I used:
  5. sdif /tmp/pgkeywords tools/SQL_keywords |
  6. sed 's/</ /' | sed 's/>/ /'|sed 's/|/
  7.                                         /' | sort -b +0