Re: Making error message more user-friendly with spaces in a URI - Mailing list pgsql-hackers

From Greg Sabino Mullane
Subject Re: Making error message more user-friendly with spaces in a URI
Date
Msg-id CAKAnmmKkz+kWopLhkAepKwvBdoNv8_ESfuzR9aR8PnD3Z8rMgQ@mail.gmail.com
Whole thread Raw
List pgsql-hackers
$ psql "postgres://localhost:5432/postgres?application_name=a b"
psql: error: trailing data found: "a b"

This works fine for me, and sets a space in the application_name string as expected. Do you have a different example?

Cheers,
Greg

pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Inquiry on Future Plans for Enhancements to PostgreSQL MVCC Model and Vacuum Process
Next
From: Greg Sabino Mullane
Date:
Subject: Re: Changing the default random_page_cost value