boot.sed
来自「关系型数据库 Postgresql 6.5.2」· SED 代码 · 共 10 行
SED
10 行
## lex.sed - sed rules to remove conflicts between the # bootstrap backend interface LEX scanner and the# normal backend SQL LEX scanner## $Header: /usr/local/cvsroot/pgsql/src/backend/bootstrap/boot.sed,v 1.1.1.1 1996/07/09 06:21:14 scrappy Exp $#s/^yy/Int_yy/gs/\([^a-zA-Z0-9_]\)yy/\1Int_yy/g
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?