On Fri, Jan 18, 2013 at 3:26 AM, Tsunezumi <tsunez...@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='default'AND NOT name IN
('config_file','data_directory','hba_file','ident_file','log_timezone','DateStyle','lc_messages','lc_monetary','lc_numeric','lc_time','timezone_abbreviations','default_text_search_config','application_name','transaction_deferrable','transaction_isolation','transaction_read_only');


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to