| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Jim Bryan <gooddayarizona(at)yahoo(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: cannot open pg_database |
| Date: | 2006-08-21 16:58:45 |
| Message-ID: | 24896.1156179525@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Jim Bryan <gooddayarizona(at)yahoo(dot)com> writes:
> Installing with yum, Fedora core 5. Get error: "could
> not open file "global/pg_database": No such file or
> directory.
It seems pretty odd that that would be the first error.
" The file exists however, in
> /var/lib/pgsql/data/global and contains 3 lines:
OK ...
> bash-3.1$ su -c 'pg_ctl start -D /usr/local/pgsql/data
> -l serverlog' postgres
/usr/local is not /var/lib. Perhaps you have an incomplete/corrupt
database installation under /usr/local/pgsql/data? I don't believe
the postmaster would start if there were nothing there at all, but
it certainly doesn't try very hard to check whether every required
file is present.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | John D. Burger | 2006-08-21 17:06:21 | Re: Queries joining views |
| Previous Message | John Gunther | 2006-08-21 16:51:27 | Re: Locale, encoding, sort order confusion |