pg_hba.conf can't write

From: "Hiroshi Saito" <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>
To: "Andreas Pflug" <Andreas(dot)Pflug(at)web(dot)de>
Cc: <pgadmin-hackers(at)postgresql(dot)org>
Subject: pg_hba.conf can't write
Date: 2004-12-13 18:14:34
Message-ID: 01ee01c4e13f$99a93910$1f324d80@w2k
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Andreas.

Strange action?

<-----dlgHbaConfig.cpp------->

void dlgHbaConfig::OnOK(wxCommandEvent& ev)
{
line->isComment = !chkEnabled->GetValue();
line->connectType = (pgHbaConfigLine::pgHbaConnectType)cbType->GetSelection();
line->database = database;
line->user = user;
line->ipaddress = txtIPaddress->GetValue();
line->method = (pgHbaConfigLine::pgHbaMethod)cbMethod->GetSelection();
line->option = txtOption->GetValue();

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).?
Then, a result isn't kept. It is strange.
Is this countermeasure possible for you?
Or, do I have misunderstanding?

regards,
Hiroshi Saito

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Hiroshi Saito 2004-12-15 04:16:53 Re: pg_hba.conf can't write
Previous Message Dave Page 2004-12-13 15:58:38 CVS server moved