Re: + where is the location? - Mailing list pgsql-novice

From joseph speigle
Subject Re: + where is the location?
Date
Msg-id 20040308075534.GB23314@www.sirfsup.com
Whole thread Raw
In response to + where is the location?  (stm23 <STM23@student.canterbury.ac.nz>)
List pgsql-novice
hi,

> also where is it located?

[webuser@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

pgsql-novice by date:

Previous
From: joseph speigle
Date:
Subject: Re: installing pgsql
Next
From: joseph speigle
Date:
Subject: Re: + where is the location?