Re: pgAdmin III commit: Handles the service connection parameter

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: pgAdmin III commit: Handles the service connection parameter
Date: 2011-04-11 17:45:03
Message-ID: BANLkTim9ZCorOaVFjPB+FVCX1Uaqrz754A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Guillaume,

This commit seems to touch an XRC file, but not xrcDialogs.cpp. Oversight?

On Mon, Apr 11, 2011 at 6:39 PM, Guillaume Lelarge
<guillaume(at)lelarge(dot)info> wrote:
> Handles the service connection parameter
>
> This parameter is related to the pg_service.conf file.
> Implements ticket #310.
>
> Branch
> ------
> master
>
> Details
> -------
> http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=93bcef991663f387a55dae9512f3bea916858ca1
>
> Modified Files
> --------------
> CHANGELOG                           |    2 +
> pgadmin/db/pgConn.cpp               |   22 +++++++++++---
> pgadmin/dlg/dlgSelectConnection.cpp |    4 +-
> pgadmin/dlg/dlgServer.cpp           |   25 +++++++++++----
> pgadmin/frm/frmMain.cpp             |    1 +
> pgadmin/frm/frmStatus.cpp           |    6 ++-
> pgadmin/include/db/pgConn.h         |    9 ++++-
> pgadmin/include/schema/pgServer.h   |   12 ++++++-
> pgadmin/pgscript/pgsApplication.cpp |    2 +-
> pgadmin/schema/pgRole.cpp           |    1 +
> pgadmin/schema/pgServer.cpp         |   55 +++++++++++++++++++++++-----------
> pgadmin/ui/dlgServer.xrc            |   18 +++++++++--
> 12 files changed, 115 insertions(+), 42 deletions(-)
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-04-11 17:55:15 pgAdmin III commit: Add the support for per-column collation feature
Previous Message Guillaume Lelarge 2011-04-11 17:39:36 pgAdmin III commit: Handles the service connection parameter