On Sun, Jan 13, 2013 at 12:07:40PM -0500, Liam K Morland wrote: > When creating a connection to a database, one must enter a > "Datasource URL". No guidence is given for the format of text. (...) > A little bit of text like the following, appearing below the form > control would go a long way to making this easier to use.
Yes, that is correct and a valid wish. Among with an example, the text should refer people to http://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-CONNSTRING (with a note that only the "older" keyword/value variant is supported; true URIs are supported in PostgreSQL only since version 9.2 and the connector has not been updated yet) http://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-PARAMKEYWORDS This is probably best done in the context of https://bugs.freedesktop.org/show_bug.cgi?id=43369 (which would be even better) but it is a good first step on its own :) -- Lionel -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

