Hello,
Is get_relations() function obsolete? I tried using it in a Python script to
retrieve a list of all sequences from a database, and I got an AttributeError:
Code:
-------------------------------------------------------------------------
import pg
db = pg.DB(my_dbname, my_host, my_port, None, None, my_user, my_passwd)
sequences = db.get_relations('S')
AttributeError: get_relations
-------------------------------------------------------------------------
I couldn't find this function anywhere in recent documentation.
TIA.
_______________________________________________
PyGreSQL mailing list
[email protected]
http://mailman.vex.net/mailman/listinfo/pygresql