标签: postgresql
示例:
- 创建视图
execute 'create view "'||quote_ident(analysisname)||'"';
- 删除视图
temp := 'drop view "'||quote_ident(analysisname)||'"';