[GENERAL] JDBC connection test with SSL on PG 9.2.1 server

2013-01-28 Thread Hari Babu
will be successful and second failed because of wrong password, but actually we get two successful SSL connections. We found that if the first SSL connections password set right, all the following SSL connections are fine ,even set wrong keystroke password. 1. Is this a defect about JDBC

Re: [GENERAL] [JDBC] JDBC connection test with SSL on PG 9.2.1 server

2013-02-01 Thread Hari Babu
> On Tuesday, January 29, 2013 10:12 PM danap wrote: >> Hari Babu wrote: >>> On Monday, January 28, 2013 10:20 PM, Dave Cramer wrote: >>> >>> >>On Mon, Jan 28, 2013 at 9:03 AM, Hari Babu>> <mailto:haribabu.ko...@huawei.com>> wrote:

Re: [GENERAL] [JDBC] JDBC connection test with SSL on PG 9.2.1 server

2013-02-04 Thread Hari Babu
On Friday, February 01, 2013 7:53 PM Adrian Klaver wrote: >On 02/01/2013 06:06 AM, Hari Babu wrote: >> >> We tried the approach as suggested by you but still it is not working as >> shown in the below log (I had enabled logLevel as 1) >> keystore passowrd is qwerty >

Re: [GENERAL] Hot Standby has PANIC: WAL contains references to invalid pages

2013-02-05 Thread Hari Babu
-id/20121206.130458.170549097.horiguchi.kyo t...@lab.ntt.co.jp Regards, Hari babu. -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general

Re: [GENERAL] pg_basebackup -R option in PG 9.3 beta

2013-05-15 Thread Hari Babu
ad while executing pg_basebackup. Try the following command in linux and check it. export LD_LIBRARY_PATH= Regards, Hari babu.

Re: [GENERAL] pg_basebackup -R option in PG 9.3 beta

2013-05-15 Thread Hari Babu
onninfo. There is a patch in the next commit-fest which is further extending the special characters in password. Please refer the following link. https://commitfest.postgresql.org/action/patch_view?id=1085 Regards, Hari babu.

[GENERAL] Regarding getting source from 9.2.0beta1 and 9.2beta1.

2012-11-25 Thread Hari Babu
Hi, When I was trying get the source code from ftp source, I found that 9.2.0beta1 and 9.2beta1 are pointing to 9.2.0beta1 source code. Is it intentional or Is there any source code difference between 9.2.0beta1 and 9.2beta1? Regards, Hari babu.

[GENERAL] Renamng the file "MSG00001.bin" to "MSG00001.msg" for internal usage placed in src/bin/pgevent

2012-11-27 Thread Hari Babu
? Regards, Hari babu.

[GENERAL] Backend process is still runs even postmaster got killed

2012-12-07 Thread Hari Babu
with the above behavior? Until all these kind of backend processes are exited, postmaster is failing to start. Manual cleanup is required for these backend processes? Or is there anyway we can handle? Regards, Hari babu.

Re: [GENERAL] Backend process is still runs even postmaster got killed

2012-12-07 Thread Hari Babu
>On Fri, Dec 7, 2012 at 7:26 PM, Thalis Kalfigkopoulos wrote: >>On Fri, Dec 7, 2012 at 10:21 AM, Hari Babu < <mailto:haribabu.ko...@huawei.com> haribabu(dot)komm(at)huawei(dot)com> wrote: >>Backend processes are still running even if the postmaster got killed and all

Re: [GENERAL] Backend process is still runs even postmaster got killed

2012-12-07 Thread Hari Babu
On Fri, Dec 7, 2012 at 10:21 AM, Alvaro Herrera wrote: >>Hari Babu wrote: >> Backend processes are still running even if the postmaster got killed and >> all other server processes are exited by checking the >> >> Postmaster status. >What server version? I h