Re: BUG #7814: Rotation of the log is not carried out. - Mailing list pgsql-bugs

From bricklen
Subject Re: BUG #7814: Rotation of the log is not carried out.
Date
Msg-id CAGrpgQ-4q3LWTf-hdsJDpGsPNBDnyvNgAq2cdPW2Xie_=hyNyg@mail.gmail.com
Whole thread Raw
In response to Re: BUG #7814: Rotation of the log is not carried out.  (Tsunezumi <tsunezumi@efficlabo.com>)
Responses Re: BUG #7814: Rotation of the log is not carried out.
List pgsql-bugs
On Fri, Jan 18, 2013 at 3:26 AM, Tsunezumi <tsunezumi@efficlabo.com> wrote:
>
> I installed ordinarily.
> I did not correct postgresql.conf.
>
> Installation Directory
>  C:\PostgreSQL\9.2
>
> Data Directory
>  C:\PostgreSQL\9.2\data
>
> locale
>  C

Please post the results of the following query:

SELECT  'version'::text AS "name",
        version() AS "current_setting"
UNION ALL
SELECT  name,
        current_setting(name)
FROM pg_settings
WHERE NOT source=3D'default'AND NOT name IN
('config_file','data_directory','hba_file','ident_file','log_timezone','Dat=
eStyle','lc_messages','lc_monetary','lc_numeric','lc_time','timezone_abbrev=
iations','default_text_search_config','application_name','transaction_defer=
rable','transaction_isolation','transaction_read_only');

pgsql-bugs by date:

Previous
From: Tsunezumi
Date:
Subject: Re: BUG #7814: Rotation of the log is not carried out.
Next
From: Casey Allen Shobe
Date:
Subject: Using newline or control codes in custom psql prompts corrupts display when viewing history