Message-ID: From: "fjf2002 (@fjf2002)" To: "postgresql-interfaces/psqlodbc" Date: Wed, 22 Oct 2025 12:25:19 +0000 Subject: [postgresql-interfaces/psqlodbc] issue #140: Connection string: escape space List-Id: X-GitHub-Author-Id: 7130250 X-GitHub-Author-Login: fjf2002 X-GitHub-Issue: 140 X-GitHub-Repo: postgresql-interfaces/psqlodbc X-GitHub-State: open X-GitHub-Type: issue X-GitHub-Url: https://github.com/postgresql-interfaces/psqlodbc/issues/140 Content-Type: text/plain; charset=utf-8 I had a connection string containing a libpq parameter value containing a space. But space is the separator for multiple values, so what to do? I guessed a backslash is the escape symbol, and it worked. Is that documented somewhere / you should document that at https://odbc.postgresql.org/docs/config.html ? Thank You.