Re: Postmaster.pid - what do the various lines stand for?

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: Postmaster.pid - what do the various lines stand for?
Дата
Msg-id CAKFQuwZitkmf5He-CF00efWYL98EJFg2oT+Ce+DuuPv6MpLCog@mail.gmail.com
обсуждение исходный текст
Ответ на Postmaster.pid - what do the various lines stand for?  (Paul Linehan <linehanp@tcd.ie>)
Ответы Re: Postmaster.pid - what do the various lines stand for?  (Paul Linehan <linehanp@tcd.ie>)
Список pgsql-novice
On Monday, May 4, 2015, Paul Linehan <linehanp@tcd.ie> wrote:
what does the bit of the path inst/./data - I'm unclear as to what the . (dot)
in the middle of that path means.

. (Dot) means the same directory - self-referencing
.. (Dot dot) means the parent directory

Inst/./data == inst/data
Inst/data/.. == inst
 
/tmp - the PostgreSQL temp (sorting) directory?

I think it is the location where the Unix socket is created.  I think temporary files are created somewhere in the data directory.

David J.
 

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

Предыдущее
От: Paul Linehan
Дата:
Сообщение: Re: Why is Hash index not transaction safe.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Postmaster.pid - what do the various lines stand for?