Re: SVN Commit by guillaume: r8145 - in trunk/pgadmin3: . pgadmin/db pgadmin/frm

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: SVN Commit by guillaume: r8145 - in trunk/pgadmin3: . pgadmin/db pgadmin/frm
Дата
Msg-id 937d27e10912300453r3e14da30mca3e0e79b1718d53@mail.gmail.com
обсуждение исходный текст
Ответ на SVN Commit by guillaume: r8145 - in trunk/pgadmin3: . pgadmin/db pgadmin/frm  (svn@pgadmin.org)
Ответы Re: SVN Commit by guillaume: r8145 - in trunk/pgadmin3: . pgadmin/db pgadmin/frm  (Guillaume Lelarge <guillaume@lelarge.info>)
Список pgadmin-hackers
Sorry - I didn't get a chance to actually look at this patch until now.

The application_name should be set as a connection string parameter,
not an explicit SET command. This ensures that the application name is
included in the initial connection log message, and avoids a round
trip with the SET query. PQconninfoParse can be used to test if libpq
supports application_name at runtime.

I suspect the patch is also missing some changes to the debugger.

On Tue, Dec 29, 2009 at 5:39 PM,  <svn@pgadmin.org> wrote:
> Author: guillaume
>
> Date: 2009-12-29 17:39:36 +0000 (Tue, 29 Dec 2009)
>
> New Revision: 8145
>
> Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=8145&view=rev
>
> Log:
> Use application_name for each window.
> Add support of the new application_name column in activity report (8.5).
> (fixes ticket #116)
>
>
> Modified:
>   trunk/pgadmin3/CHANGELOG
>   trunk/pgadmin3/pgadmin/db/pgConn.cpp
>   trunk/pgadmin3/pgadmin/frm/frmConfig.cpp
>   trunk/pgadmin3/pgadmin/frm/frmEditGrid.cpp
>   trunk/pgadmin3/pgadmin/frm/frmHbaConfig.cpp
>   trunk/pgadmin3/pgadmin/frm/frmMainConfig.cpp
>   trunk/pgadmin3/pgadmin/frm/frmQuery.cpp
>   trunk/pgadmin3/pgadmin/frm/frmStatus.cpp
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>



--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: "pgAdmin Trac"
Дата:
Сообщение: [pgAdmin III] #121: Filtering available columns in the edit grid
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: SVN Commit by guillaume: r8145 - in trunk/pgadmin3: . pgadmin/db pgadmin/frm