MCPcopy
hub / github.com/psycopg/psycopg / _get_recover_query

Method _get_recover_query

psycopg/psycopg/_tpc.py:103–104  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

101
102 @classmethod
103 def _get_recover_query(cls) -> str:
104 return "SELECT gid, prepared, owner, database FROM pg_prepared_xacts"
105
106 @classmethod
107 def _from_record(

Callers 2

tpc_recoverMethod · 0.80
tpc_recoverMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected