143
143
HIDDEN void psyco_set_error(PyObject *exc, PyObject *curs, const char *msg,
144
144
const char *pgerror, const char *pgcode);
146
HIDDEN size_t qstring_escape(char *to, char *from, size_t len, PGconn *conn);
146
HIDDEN size_t qstring_escape(char *to, const char *from, size_t len, PGconn *conn);
148
148
/* Exceptions docstrings */