Web pgadmin.org
 Home 
 ·  ·  ·  ·  ·  ·  · 
Re: pg_hba.conf can't write

Re: pg_hba.conf can't write



Hi Andreas.

From: "Andreas Pflug" <pgadmin(at)pse-consulting(dot)de>
 
> > 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);
 }
 
 


Home | Main Index | Thread Index

top