Changes between Initial Version and Version 1 of Ticket #33741


Ignore:
Timestamp:
May 24, 2022, 8:00:25 PM (2 years ago)
Author:
Tim Graham
Comment:

Please see TicketClosingReasons/UseSupportChannels for places to ask usage questions.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33741

    • Property Resolutioninvalid
    • Property Status newclosed
  • Ticket #33741 – Description

    initial v1  
    11Hello,
    22
    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)
     3I 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)
    44It runs fine in postgres, but when trying to invoke it from django either via
    55
Back to Top