Re: pg_hba.conf can't write

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Hiroshi Saito <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: pg_hba.conf can't write
Date: 2004-12-15 12:56:39
Message-ID: 41C03487.5090105@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hiroshi Saito wrote:

>
> wxMessageBox(txtIPaddress->GetValue()); //The input of the change (A) -- Debug Message
> wxMessageBox(line->text); //strange result (B) -- Debug Message
>
> EndModal(wxID_OK);
> }
>
> The value of (A) isn't taken over in (B).?

This is correct. Actually, pgHbaConfigLine::GetText wasn't fully
implemented; done now.

Regards,
Andreas

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Hiroshi Saito 2004-12-15 17:37:14 Re: pg_hba.conf can't write
Previous Message cvs 2004-12-15 12:53:13 CVS Commit by andreas: fix writing dlg_hba.conf