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

数据库系统

开发平台:

Unix_Linux

  1. #
  2. # lex.sed - sed rules to remove conflicts between the 
  3. #               bootstrap backend interface LEX scanner and the
  4. #               normal backend SQL LEX scanner
  5. #
  6. # $Header: /usr/local/cvsroot/pgsql/src/backend/bootstrap/boot.sed,v 1.1.1.1 1996/07/09 06:21:14 scrappy Exp $
  7. #
  8. s/^yy/Int_yy/g
  9. s/([^a-zA-Z0-9_])yy/1Int_yy/g