/* * Test privileges on defs.tgf_technologies_ai( ) */ BEGIN; SELECT plan( 1 ); SELECT diag_test_name( 'defs.tgf_technologies_ai( ) - No EXECUTE privilege' ); SELECT throws_ok( $$ SELECT defs.tgf_technologies_ai( ); $$ , 42501 ); SELECT * FROM finish( ); ROLLBACK;