The formation of postgresql connection string is not as good as it could be. For example if you leave the database name field empty in TZConnection component on connect you'll get error saying dbname is "user=". While this is not a big problem as connection usually has database, user and password assigned, but improvements are welcome (I guess).
Also there is a issue of spaces in parameter values. Also quotes and backslashes in parameter values should be escaped by one backslash.
So this is what the patch does.
Connection string for postgresql
Moderators: gto, cipto_kh, EgonHugeist, mdaems
-
- Expert Boarder
- Posts: 164
- Joined: 18.03.2008, 13:03
- Contact:
Connection string for postgresql
You do not have the required permissions to view the files attached to this post.