Re: Strange problem with turning WAL archiving on

Поиск
Список
Период
Сортировка
От Tomas Vondra
Тема Re: Strange problem with turning WAL archiving on
Дата
Msg-id fd286dcc4038ba84a5bbc3b6dfef79ee.squirrel@sq.gransy.com
обсуждение исходный текст
Ответ на Re: Strange problem with turning WAL archiving on  (BK <bero@artsuici.de>)
Ответы Re: Strange problem with turning WAL archiving on  (Rodrigo Gonzalez <rjgonzale@estrads.com.ar>)
Список pgsql-general
On 30 Listopad 2011, 17:23, BK wrote:
> Hi Albe,
>
> On Nov 30, 2011, at 2:31 PM, Albe Laurenz wrote:
>> Verify the current setting with
>>
>> SELECT setting, source, boot_val, reset_val,
>>       sourcefile, sourceline
>> FROM pg_settings WHERE name = 'wal_level';
>>
>> If the setting is not right (which is likely the case), try to find out
>> the cause.
>
> This query shows that the settings are still on minimal. Strange. As I can
> see there is just one postgresql.conf file (in the data directory) of the
> 9.1 installation. Everything is changed inside it according to the specs.
> Wal_level is on archive. I even tried renaming the file, to see if when I
> reboot PostgreSQL I would get an error. I got an error and therefor it is
> the .conf that the DBMS uses.

Silly idea - the wal_level option is commented out by default. Are you
sure you've removed the '#' at the beginning?

Tomas


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

Предыдущее
От: BK
Дата:
Сообщение: Re: Strange problem with turning WAL archiving on
Следующее
От: Edson Richter
Дата:
Сообщение: Re: PostgreSQL 9.0 and asynchronous replication through VPN