ctags
ctags copied to clipboard
SQL: minor issues
- [ ] extract multiple var declaration
declrear var0, var1, ... type; - [ ] ignore
$$after the lineDECLARE $$ - [ ] parse schema specifications after `CREATE SCEHEME schema ...
- [ ] handle
CREATE TYPEin postgresql - [ ] extract
testinATTACH "foo" as test;(sqlite)