"Thomas Reiss" <[EMAIL PROTECTED]> writes: > The following bug has been logged online: > Description: PID file not created if $PGDATA is different from > Datadir
Yes it is, but it's in the data_directory. In general the postmaster need not (and probably should not) have write permission where the configure files are, so we're not going to be changing this. > When I tried to shutdown PG with a simple pg_ctl stop, the tool claimed > about a missing postmaster.pid file. pg_ctl status didn't worked either. pg_ctl hasn't been taught to parse the config file to find out where data_directory is, so it really doesn't work with this layout yet. Sorry. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match