equacode
New Member
What are the specific settings/exceptions for connecting to and querying a Postgres db? I cannot get mine to connect and my settings are exactly like every other program we use at work to connect to our Postgres DBs.
The documentation treats Postgres and MysQL as the same, but there are connection and querying differences.
When attempting an import, my MBM program throws an error, but unfortunately it is useless/blank (see attached screenshot). I'm running MBMpro 8.4.3 on OS 10.7.5.
Without knowing the root of the error, the possible problems on that quickly come to mind are:
1. SCHEMAS. When querying Postgres with named schemas, you must supply the schema. The database structure is important when querying a specific table in a schema. It is unclear if or how the MaxBulk Mailer reads the schema.table syntax.
2. AUTHENTICATION. Our PG servers are set for MD5 authentication from any external host. Does MaxBulk Mailer send passwords as md5-hashed or clear-text?
3. PG VERSION. Perhaps MBMpro is only compatible with certain (older) releases of Postgres? We're running 9.2.4.
Any support and/or links to more clear and specific documentation about postgres imports would be greatly appreciated.
The documentation treats Postgres and MysQL as the same, but there are connection and querying differences.
When attempting an import, my MBM program throws an error, but unfortunately it is useless/blank (see attached screenshot). I'm running MBMpro 8.4.3 on OS 10.7.5.
Without knowing the root of the error, the possible problems on that quickly come to mind are:
1. SCHEMAS. When querying Postgres with named schemas, you must supply the schema. The database structure is important when querying a specific table in a schema. It is unclear if or how the MaxBulk Mailer reads the schema.table syntax.
2. AUTHENTICATION. Our PG servers are set for MD5 authentication from any external host. Does MaxBulk Mailer send passwords as md5-hashed or clear-text?
3. PG VERSION. Perhaps MBMpro is only compatible with certain (older) releases of Postgres? We're running 9.2.4.
Any support and/or links to more clear and specific documentation about postgres imports would be greatly appreciated.