@@ -43,9 +43,9 @@ contents.sort()
43
43
return ", ".join(contents)
44
44
$$ LANGUAGE plpythonu;
45
45
select module_contents();
46
- module_contents
47
- ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
48
- Error, Fatal, SPIError, cursor, debug, error, execute, fatal, info, log, notice, prepare, quote_ident, quote_literal, quote_nullable, spiexceptions, subtransaction, warning
46
+ module_contents
47
+ ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
48
+ Error, Fatal, SPIError,autonomous, cursor, debug, error, execute, fatal, info, log, notice, prepare, quote_ident, quote_literal, quote_nullable, spiexceptions, subtransaction, warning
49
49
(1 row)
50
50
51
51
CREATE FUNCTION elog_test_basic() RETURNS void