如果使用plpgsql
需要先运行这个命令:
CREATE LANGUAGE plpgsql
不然会报错:
关于如何些存储过程,这里说的很全面了
http://bianbian.org/technology/52.html
postgre官网解说
http://www.postgresql.org/docs/8.3/static/plpgsql.html
需要先运行这个命令:
CREATE LANGUAGE plpgsql
不然会报错:
ERROR: language "plpgsql" does not exist
关于如何些存储过程,这里说的很全面了
http://bianbian.org/technology/52.html
postgre官网解说
http://www.postgresql.org/docs/8.3/static/plpgsql.html
本文介绍在PostgreSQL中启用PL/pgSQL语言的过程,并提供错误处理方法及存储过程编写资源链接。
3556

被折叠的 条评论
为什么被折叠?



