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): (source)

Return citext array OIDs.

@functools.lru_cache
def get_hstore_oids(connection_alias): (source)

Return hstore and hstore array OIDs.

def register_type_handlers(connection, **kwargs): (source)

Undocumented