From: | will trillich <will(at)serensoft(dot)com> |
---|---|
To: | pgsql-general(at)postgreSQL(dot)org |
Subject: | Re: Help on PGSQL |
Date: | 2001-04-14 07:21:10 |
Message-ID: | 20010414022110.D24922@serensoft.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Fri, Apr 13, 2001 at 02:28:29PM +0530, Masood Rezvi wrote:
> We are a firm of web developers in Lucknow, India. We are new
> to PGSQL but have this database on the webserver (Apache
> running on Linux Red Hat). We need help on learning PGSQL
> information on tutorials and also to know whether it is
> available for download. Please help.
if postgresql came without psql as a front-end, i'd venture to
say something got borked during your download. (of course, being
a debian user i'm a bit pampered when it comes to things "working
out of the box"...)
try
psql<TAB>
and see if it's in your command line. if not, try
locate psql
or
find / -name psql -print
probably the most trouble you'll have, once you can communicate
with the postmaster backend server, is in your first connection.
$ su
# su postgres
$ psql
it comes set up to allow user 'postgres' to connect; so once you
connect as postgres, you can set up other users, so you can
connect directly. (clear as mud, right? maybe another iteration
and someone else will help straighten this out.)
also see the documentation in the user lounge at postgresql.org !
--
americans should never read anything so subversive as what's at
http://www.salon.com/people/col/pagl/2001/03/21/spring/index1.html
will(at)serensoft(dot)com
http://sourceforge.net/projects/newbiedoc -- we need your brain!
http://www.dontUthink.com/ -- your brain needs us!
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2001-04-14 07:59:31 | Re: Backend sent D message without prior T |
Previous Message | will trillich | 2001-04-14 07:08:05 | Re: Order in CREATE VIEW |