You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi,
I've started to test out plpgunit and got some errors installing it:
, 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
The text was updated successfully, but these errors were encountered: