Re: Changing the value of data_directory

Поиск
Список
Период
Сортировка
От Greg Sabino Mullane
Тема Re: Changing the value of data_directory
Дата
Msg-id 3478f08b6c23b4aad636182c88b5a84d@biglumber.com
обсуждение исходный текст
Ответ на Changing the value of data_directory  ("Birchall, Austen" <austen.birchall@metoffice.gov.uk>)
Ответы Re: Changing the value of data_directory  ("Amit S." <comeonamit@gmail.com>)
Список pgsql-novice
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160


Austen Birchall wrote:
> postgres=# SHOW data_directory;
>  /var/lib/pgsql/data
...
> postgres=# SHOW data_directory;
 /var/lib/pgsql/9.4/data
...
> 1. How/when is the value of data_directory set - is it set as part of the install?

Yes. It is set when Postgres starts up, and cannot be changed without a restart. The value
can be hard-coded in your postgresql.conf file, but usually defaults to the PGDATA
environment variable, or the -D option to the 'postgres' program.

> 2. Is it possible to change the value of data_directory without doing a frest install?

Yes. But I would be careful, it looks like you have may have two active clusters. I'd
document everything clearly before proceeding: use "show port" and
"show unix_socket_directories" to learn why you can connect to both clusters at the
same time, if that is the case.

- --
Greg Sabino Mullane greg@turnstep.com
End Point Corporation http://www.endpoint.com/
PGP Key: 0x14964AC8 201507270811
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8
-----BEGIN PGP SIGNATURE-----

iEYEAREDAAYFAlW2JGgACgkQvJuQZxSWSsg70wCfYhpgJx5HdynM9OlLzTvuHCxr
oDwAoPevJBbQTc9Hw8ioHeKSnyUHTuhQ
=3KTG
-----END PGP SIGNATURE-----




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

Предыдущее
От: "Birchall, Austen"
Дата:
Сообщение: Changing the value of data_directory
Следующее
От: Paul Linehan
Дата:
Сообщение: Compiling PostgreSQL under Windows (for use with R package).