localpipe

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: localpipe
Date: 2006-02-24 09:44:35
Message-ID: 200602241044.36414.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

pgAdmin talks about a <localpipe>, but the thing is in fact a local
socket, not a pipe. I suggest the following change.

--- src/base/pgConnBase.cpp (Revision 5031)
+++ src/base/pgConnBase.cpp (Arbeitskopie)
@@ -259,7 +259,7 @@
{
wxString str;
if (dbHost.IsEmpty())
- str.Printf(_("%s on <localpipe>"), dbname.c_str());
+ str.Printf(_("%s on local socket"), dbname.c_str());
else
str.Printf(_("%s on %s:%d"), dbname.c_str(), dbHost.c_str(), GetPort());
return str;

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

Browse pgadmin-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2006-02-24 09:51:48 Re: pgAdmin server properties dialog
Previous Message Edward Di Geronimo Jr. 2006-02-23 19:21:01 Re: Query tool results in grid