| From: | Dave Page <dpage(at)postgresql(dot)org> |
|---|---|
| To: | Guillaume Lelarge <guillaume(at)lelarge(dot)info> |
| Cc: | pgadmin-hackers(at)postgresql(dot)org, Kevin Macdonald <kevin(dot)macdonald(at)pentura(dot)ca> |
| Subject: | Re: Change for connection name |
| Date: | 2007-08-02 15:31:57 |
| Message-ID: | 46B1F8ED.5060502@postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Guillaume Lelarge wrote:
> Hi all,
>
> I received an interesting request from Kevin Macdonald a few, hum,
> months ago. Yes, I'm not really that quick :) But I didn't forget.
>
> He wished to have the username on the query's window title. This is
> interesting when you use multiple accounts. Currently, we have :
> Query - " + database_name + " on " + host + ":" + port
>
> We wish to have instead :
> Query - " + database_name + " on " + user + "@" + host + ":" + port
>
> The patch attached does exactly this. Comments ?
Could use full URL style syntax perhaps (not sure if it looks too techy
though), eg:
dpage(at)svr(dot)postgresql(dot)org:5432/mydb
/D
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Guillaume Lelarge | 2007-08-02 15:48:08 | Re: Change for connection name |
| Previous Message | Guillaume Lelarge | 2007-08-02 15:00:21 | Change for connection name |