-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Hi,
I've started to test out plpgunit and got some errors installing it:
# \i 1.install-unit-test.sql
...
psql:1.install-unit-test.sql:572: ERROR: type "test_result" does not exist
LINE 10: DECLARE message test_result;
^
, because I have altered my search_path to not include the public schema (I think). Wouldn't it be better it the test_result type was created within one of plpgunit's schemas? I think that would be safer (I wouldn't have this error) and nicer (the uninstall script wouldn't need dropping it- it would cascade).
Cheers,
Álex
Metadata
Metadata
Assignees
Labels
No labels