Re: Re[2]: WTF is going on with PG_VERSION?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re[2]: WTF is going on with PG_VERSION?
Дата
Msg-id 6982.969380641@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re[2]: WTF is going on with PG_VERSION?  ("Alexey V. Borzov" <borz_off@rdw.ru>)
Ответы Re[4]: WTF is going on with PG_VERSION?  ("Alexey V. Borzov" <borz_off@rdw.ru>)
Список pgsql-general
"Alexey V. Borzov" <borz_off@rdw.ru> writes:
> Greetings.
> Monday, September 18, 2000, 10:38:37 PM, you wrote:
>>> ��� 18 15:53:06 arbat logger: FATAL 1:  File '/var/lib/pgsql/PG_VERSION' does not exist or no read permission.
>>>
>>> Well, '/var/lib/pgsql/PG_VERSION' does exist, it has read permission
>>> for user 'postgres' (I made it world readable, in fact, after I
>>> discovered this).

There is also supposed to be a PG_VERSION file in each database
subdirectory.  For example, on my setup:

$ find /opt/postgres -name 'PG_VERSION'
/opt/postgres/data/base/template1/PG_VERSION
/opt/postgres/data/base/tree/PG_VERSION
/opt/postgres/data/base/play/PG_VERSION
/opt/postgres/data/PG_VERSION

If you accidentally deleted one of these per-database PG_VERSION files
then future connects to that database would fail with the above
message.  To recover (assuming that was your only mistake), copy the
top-level PG_VERSION into the subdirectory.

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: "Mitch Vincent"
Дата:
Сообщение: Re: Is it possible to search for sub-strings...
Следующее
От: Lamar Owen
Дата:
Сообщение: Re: nasty problem with redhat 6.2 + pg 7.02