【发布时间】:2010-05-19 13:38:12
【问题描述】:
如何使用记录类型参数测试程序。我有一个以 test_ap ,基本和用户名作为输入的程序。其中 test_ap 是记录/行类型,基本记录数组类型和用户名字符变化。
我需要在 pgadmin 中测试该过程。
test_client(test_ap test_base, basic test_base_detail[], user_name 字符不同)
任何建议请。
【问题讨论】:
-
如果您真的想在 pgAdmin 中测试它,那么您只需启动 pgAdmin 并手动填充一些表并运行使用该过程的查询。你这样做有问题吗?
标签: testing postgresql stored-procedures