Hi Andreas.
From: "Andreas Pflug" <[EMAIL PROTECTED]>
> > The value of (A) isn't taken over in (B).?
>
> This is correct. Actually, pgHbaConfigLine::GetText wasn't fully
> implemented; done now.
Thank you very much.!:-)
However, It can't change into the comment line.
Please apply it.
One more strange..
OK button of the save is tough, and it doesn't become quiet.
This is investigate.
regards,
Hiroshi Saito
--- src/ui/dlgHbaConfig.cpp.orig Thu Dec 16 02:07:11 2004
+++ src/ui/dlgHbaConfig.cpp Thu Dec 16 02:07:39 2004
@@ -297,7 +297,7 @@
}
btnOK->Enable(cbType->GetSelection() >= 0 && !database.IsEmpty() &&
!user.IsEmpty() &&
- cbMethod->GetSelection() >= 0 && ipValid);
+ cbMethod->GetSelection() >= 0);
}
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match