Changes between Initial Version and Version 1 of Ticket #33741
- Timestamp:
- May 24, 2022, 8:00:25 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33741
- Property Resolution → invalid
- Property Status new → closed
-
Ticket #33741 – Description
initial v1 1 1 Hello, 2 2 3 I have a PROCEDURE that uses [ Transaction Management](https://www.postgresql.org/docs/current/plpgsql-transactions.html)from postgres (meaning there are COMMITs inside the procedure itself)3 I have a PROCEDURE that uses [https://www.postgresql.org/docs/current/plpgsql-transactions.html Transaction Management] from postgres (meaning there are COMMITs inside the procedure itself) 4 4 It runs fine in postgres, but when trying to invoke it from django either via 5 5