Re: possible to access a Linux box db from a Windows box via a GUI? - Mailing list pgsql-novice

From Mitch Pirtle
Subject Re: possible to access a Linux box db from a Windows box via a GUI?
Date
Msg-id 330532b604101617514cbc0922@mail.gmail.com
Whole thread Raw
In response to Re: possible to access a Linux box db from a Windows box via a GUI?  (Sean Davis <sdavis2@mail.nih.gov>)
List pgsql-novice
And don't forget to make the proper changes to postgresql.conf (enable
tcp_ip) and pg_hba.conf to accept connections from your PC's ip
address.


On Tue, 12 Oct 2004 16:00:12 -0400, Sean Davis <sdavis2@mail.nih.gov> wrote:
> Look at pgadmin III (http://www.pgadmin.org/pgadmin3/index.php).
>
> Sean
>
>
>
> On Oct 12, 2004, at 3:56 PM, Daniel Lerch wrote:
>
> > It occured to me that I might have an easier time learning PostgreSQL
> > if I start off with a GUI instead of just command line.
> > But I access the database over our LAN -- I'm on a Windows 2000 box,
> > and the psql database is on a Linux box.  I've been accessing it by
> > running PuTTY.
> >
> > So, my question is - is there a GUI program I can run off my Windows
> > 2000 box that will allow me to access myt psql database on the Linux
> > box?  Or do I have no choice but run the GUI on the Linux box?
> >
> > Thanks,
> >
> > -d
> >
> > ---------------------------(end of
> > broadcast)---------------------------
> > TIP 3: if posting/reading through Usenet, please send an appropriate
> >      subscribe-nomail command to majordomo@postgresql.org so that your
> >      message can get through to the mailing list cleanly
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend
>

pgsql-novice by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: invalid input syntax for integer: "NULL"
Next
From: Chris Mair
Date:
Subject: Re: Getting Started