> Is there somewhere else that postgres can get this information?
> I can't figure out how the Postgres that's running on the production web
> server knows where to look for its data.
Could it be the compile time setting? I guess you can try
# pg_config --configure
and the --prefix=... will likely be where the "data" sits?
Regards,
Ben Kim