-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Consider the following snippet from a Python module:
from pyPGSQL import libpq cn = libpq.PQconnectdb("dbname='db', host='xxx'") At this point, I get the error: invalid connection option ", host If I'm reading the documentation for libpq correctly (it's safe to assume I'm not), host appears to be the correct parameter for specifying the server running PostgreSQL. What am I doing wrong -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux) iD8DBQFAi+eCjeziQOokQnARAuYUAKCF5WHowC0tlto0IlAhcFpRtranjgCdEUzN 1tjHjkmE8CrSf/6tS2CwoSM= =Fntg -----END PGP SIGNATURE----- ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])