[PyGreSQL] pylint and c module attrs

2019-07-25 Thread Justin Pryzby
Is there any way to avoid output like this? * Module telsasoft.db E: 15, 0: No name 'ProgrammingError' in module 'pg' (no-name-in-module) E: 24, 7: Module 'pg' has no 'version' member (no-member) E: 28, 0: Module 'pg' has no 'set_bool' member (no-member) E: 29, 0: Module 'pg' has no

Re: [PyGreSQL] largeobject out of scope deallocated outside of txn

2019-07-25 Thread Christoph Zwerschke
Thanks for reporting. Created a ticket and will try look into this over the weekend. -- Christoph ___ PyGreSQL mailing list PyGreSQL@Vex.Net https://mail.vex.net/mailman/listinfo/pygresql

[PyGreSQL] PyGreSQL #83: largeobject out of scope deallocated outside of txn

2019-07-25 Thread PyGreSQL issue tracker
#83: largeobject out of scope deallocated outside of txn -+- Reporter: cito | Owner: Type: defect | Status: new Priority: minor| Milestone: 5.1 Component: DB API 2 |Version: 5.0 Keywords: LargeObject |

Re: [PyGreSQL] largeobject docs

2019-07-25 Thread Justin Pryzby
I suggest to also remove mention of INV_ARCHIVE, which hasn't existed since postgres 7.2 https://www.postgresql.org/docs/7.1/lo-interfaces.html commit da1696b5c1961fc5406869bc3f9bf9009c847f8e Author: Bruce Momjian Date: Mon Sep 10 04:21:14 2001 + Remove INV_ARCHIVE mention in python