Re: [GENERAL] DATE type output does not follow datestyle parameter

2013-07-26 Thread MauMau
'Postgres, MDY'; SELECT DATE 'Jan 2 2013'; date 01-02-2013 (1 row) Regards MauMau -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general

[GENERAL] DATE type output does not follow datestyle parameter

2013-07-26 Thread MauMau
I got: date 07-24-2013 (1 行) This does not follow the above statement in 8.5.2. This output is created by EncodeDateOnly() in src/backend/utils/adt/datetime.c. Regards MauMau -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your

Re: [GENERAL] How can I perform client-only installation from source code on Windows?

2013-04-03 Thread MauMau
From: "Hendrik Visage" On Wed, Apr 3, 2013 at 11:52 AM, MauMau wrote: From: "raghu ram" You can download PostgreSQL binaries for windows operating system from below link: http://www.enterprisedb.com/**products-services-training/**pgbindownload<http://www.enterprised

Re: [GENERAL] How can I perform client-only installation from source code on Windows?

2013-04-03 Thread MauMau
From: "raghu ram" On Wed, Apr 3, 2013 at 3:48 AM, MauMau wrote: Is there any way to perform client-only installation from source code on Windows? On UNIX/Linux, client-only installation is described here: You can download PostgreSQL binaries for windows operating system from

[GENERAL] How can I perform client-only installation from source code on Windows?

2013-04-02 Thread MauMau
client applications and interface libraries, then you can use these commands: gmake -C src/bin install gmake -C src/include install gmake -C src/interfaces install gmake -C doc install Any information is appreciated. Regards MauMau -- Sent via pgsql-general mailing list (pgsql-general

Re: [GENERAL] Is PostgreSQL supported on RHEL6?

2011-03-17 Thread MauMau
impression that even open_datasync is not a problem unless the ext4 file system is mounted with data=journal. How about Q3? Regards Maumau "Tom Lane" wrote in message news:12396.1300373...@sss.pgh.pa.us... "MauMau" writes: Now I'm trying to support both RHEL5 and R

[GENERAL] Is PostgreSQL supported on RHEL6?

2011-03-17 Thread MauMau
ux kernel and fsync() got slower (on ext4 than on ext3?). Do these mean that running PostgreSQL on RHEL6 is not appropriate yet? Regards MauMau -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general

[GENERAL] test

2011-03-15 Thread MauMau
test -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general