module documentation

Undocumented

Function get​_citext​_oids Return citext array OIDs.
Function get​_hstore​_oids Return hstore and hstore array OIDs.
Function register​_type​_handlers Undocumented
@functools.lru_cache()
def get_citext_oids(connection_alias):
Return citext array OIDs.
@functools.lru_cache()
def get_hstore_oids(connection_alias):
Return hstore and hstore array OIDs.
def register_type_handlers(connection, **kwargs):

Undocumented