⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 plpython_error.sql

📁 PostgreSQL 8.1.4的源码 适用于Linux下的开源数据库系统
💻 SQL
字号:
-- test error handling, i forgot to restore Warn_restart in-- the trigger handler once. the errors and subsequent core dump were-- interesting.SELECT invalid_type_uncaught('rick');SELECT invalid_type_caught('rick');SELECT invalid_type_reraised('rick');SELECT valid_type('rick');---- Test Unicode error handling.--SELECT unicode_return_error();INSERT INTO unicode_test (testvalue) VALUES ('test');SELECT unicode_plan_error1();SELECT unicode_plan_error2();

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -