Re: + where is the location?

From: joseph speigle <joe(dot)speigle(at)jklh(dot)us>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: + where is the location?
Date: 2004-03-08 07:55:34
Message-ID: 20040308075534.GB23314@www.sirfsup.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

hi,

> also where is it located?

[webuser(at)www /tmp]$ su - postgres
-bash-2.05b$ echo $PGDATA
/var/lib/pgsql/data
-bash-2.05b$ env | grep PG
PGDATA=/var/lib/pgsql/data
-bash-2.05b$ psql --version
psql (PostgreSQL) 7.3.1
contains support for command-line editing
-bash-2.05b$ pg_ctl --version
pg_ctl (PostgreSQL) 7.3.1
-bash-2.05b$ ps -aux | grep postmaster
postgres 27277 0.0 0.1 10120 1612 ? S Mar04 0:03 /usr/local/pgsql/
-bash-2.05b$ ps 27277
PID TTY STAT TIME COMMAND
27277 ? S 0:03 /usr/local/pgsql/bin/postmaster
-bash-2.05b$

joe
--
speigle
www.sirfsup.com

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message joseph speigle 2004-03-08 08:00:25 Re: + where is the location?
Previous Message joseph speigle 2004-03-08 07:47:37 Re: installing pgsql