Re: Dumb Newbie Question - Mandrake 9.0 / PGSQL 7.2 - Mailing list pgsql-general

From Brian Minton
Subject Re: Dumb Newbie Question - Mandrake 9.0 / PGSQL 7.2
Date
Msg-id arkch0$2g59$1@news.hub.org
Whole thread Raw
In response to Re: Dumb Newbie Question - Mandrake 9.0 / PGSQL 7.2  ("scott.marlowe" <scott.marlowe@ihs.com>)
List pgsql-general
> before you go off looking for a fancy GUI (there are a few, pgaccess,
> pgadminII, etc...) try using psql from the command line.  It's one of the
> finest command line interfaces I've seen for any database, and it's quite
> easy to learn.

I agree that the command line psql is really easy, and the readline
support is very nice.  Don't know what that means?  try entering some
commands then hit the up arrow key.  As for a gui, I reccomend
phppgadmin, although setting it up is a little more complex, since it
involves setting up a web server and php, but it is pretty nice.
pgaccess is pretty straightforward and easy to use as well.


pgsql-general by date:

Previous
From: Jean-Christian Imbeault
Date:
Subject: vacuum, functions, and triggers
Next
From: Brian Minton
Date:
Subject: Re: Changing the type of a column in an already populated database.