in reply to Re: Querying Postgres DB on Linux from Windows
in thread Querying Postgres DB on Linux from Windows
A couple of questions for you, or anyone reading. How do I look up the name of the server? Is it localhost? /usr/local/etc/pg_hba.conf doesn't exist. What do I need to do to make sure I can access it from outside the box?[root@localhost root]# uname -a Linux localhost.localdomain 2.6.5-1.358smp #1 SMP Sat May 8 09:25:36 E +DT 2004 i686 i686 i386 GNU/Linux [root@localhost root]# rpm -qa | grep redhat redhat-artwork-0.96-1 redhat-rpm-config-8.0.28-1.1.1 redhat-menus-1.4.1-1 redhat-java-rpm-scripts-1.0.3-2 [root@localhost root]# rpm -qa | grep postgres postgresql-libs-7.4.2-1 postgresql-7.4.2-1 postgresql-server-7.4.2-1 [root@localhost root]# psql --version psql (PostgreSQL) 7.4.2 contains support for command-line editing
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Querying Postgres DB on Linux from Windows
by davidrw (Prior) on Oct 03, 2005 at 21:39 UTC | |
by bkiahg (Pilgrim) on Oct 04, 2005 at 15:17 UTC |