Re: How to find data directory

Поиск
Список
Период
Сортировка
От Jeff Frost
Тема Re: How to find data directory
Дата
Msg-id Pine.LNX.4.64.0512161933170.28807@discord.dyndns.org
обсуждение исходный текст
Ответ на Re: How to find data directory  (Ken Hill <ken@scottshill.com>)
Ответы Re: How to find data directory  (Ken Hill <ken@scottshill.com>)
Список pgsql-admin
Then an easy way is likely to look at the init script that starts it, or use
ps auxwww |grep postmaster to have a look at how it was started.  The last
command will likely yield something that looks like this:

postgres  3026  0.0  0.3  20064  3176 ?        S    08:21   0:00 /usr/bin/postmaster -p 5432 -D /var/lib/pgsql/data

Which means the data directory is /var/lib/pgsql/data.

>>> database, but I can find the directory where the database are kept. How
>>> do I find where the postgresql database directory is from a command
>>> line?

--
Jeff Frost, Owner     <jeff@frostconsultingllc.com>
Frost Consulting, LLC     http://www.frostconsultingllc.com/
Phone: 650-780-7908    FAX: 650-649-1954

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

Предыдущее
От: Richard Bortolucci
Дата:
Сообщение: Moving a database
Следующее
От: Jeff Frost
Дата:
Сообщение: Re: Moving a database