Re: Problems setting up DB at a different location

Поиск
Список
Период
Сортировка
От Oliver Elphick
Тема Re: Problems setting up DB at a different location
Дата
Msg-id 200109190413.f8J4DmIn018151@linda.lfix.co.uk
обсуждение исходный текст
Ответ на Problems setting up DB at a different location  (Sven Riedel <sven.riedel@tu-clausthal.de>)
Список pgsql-admin
Sven Riedel wrote:
  >Hi,
  >I'm trying to place a database on a different harddisk than the default one
  >PostgreSQL uses. I've read and followed the instructions of the User
  >Documentation Sections 6.1.1 and 10.2.
  >
  >export PGDATA2="/data/db"
  >initlocation PGDATA2
  >
  >so far, so good, everything worked.
  >But now, when I createdb mydb -D PGDATA2 from the commandline or
  >CREATE DATABASE mydb WITH LOCATION = 'PGDATA2';
  >from psql, I get the message
  >
  >ERROR:  Postmaster environment variable 'PGDATA2' not set
  >
  >despite it being set, obviously. Trying to SET it again from within psql
  >resulted in being told that 'pgdata2' was not a valid option name.

Was it set and exported in the postmaster's environment?

--
Oliver Elphick                                Oliver.Elphick@lfix.co.uk
Isle of Wight                              http://www.lfix.co.uk/oliver
PGP: 1024R/32B8FAA1: 97 EA 1D 47 72 3F 28 47  6B 7E 39 CC 56 E4 C1 47
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839  932A 614D 4C34 3E1D 0C1C
                 ========================================
     "Bring ye all the tithes into the storehouse, that
      there may be meat in mine house, and prove me now
      herewith, saith the LORD of hosts, if I will not open
      you the windows of heaven, and pour you out a
      blessing, that there shall not be room enough to
      receive it."           Malachi 3:10



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

Предыдущее
От: "Nick Fankhauser"
Дата:
Сообщение: Re: Problems setting up DB at a different location
Следующее
От: Sven Riedel
Дата:
Сообщение: Problems setting up DB at a different location