comment.pgc
来自「postgresql8.3.4源码,开源数据库」· PGC 代码 · 共 23 行
PGC
23 行
#include <stdlib.h>exec sql include ../regression;/* just a test comment */ int i;/* just a test comment int j*/;/****************************************************************************//* Test comment *//*--------------------------------------------------------------------------*/int main(void){ ECPGdebug(1, stderr); exec sql --this is a comment too connect to REGRESSDB1; exec sql disconnect; exit (0);}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?