Re: Backup Restore from other node after switchover/failover

2020-10-28 Thread Sushant Pawar
Hi Dirk, Yes, this will work fine. You can use the existing backup to restore it on the new node and use the WAL archives from new node for the recovery purpose. As a best practice, I would suggest setting the parameter "recovery_target_timeline=latest" in your recovery command to ensure the recov

Re: facing problem in outparameters in c

2020-10-28 Thread Mahesh Bodepati
whatever you said is correct but actually what i want is whenever iam calling the postgres function by passing input and output parameters in c ,after execution of postgres function in database side they will return output paramers .after that when i print the output variable name i need that

Re: facing problem in outparameters in c

2020-10-28 Thread Matthias Apitz
El día miércoles, octubre 28, 2020 a las 04:57:12a. m. +, Mahesh Bodepati escribió: > Actually i am calling a postgres function by using c language which > description is defined in database side .when iam calling a postgres function > by passing input and output parameters after excution

Re: facing problem in outparameters in c

2020-10-28 Thread Laurenz Albe
On Wed, 2020-10-28 at 04:57 +, Mahesh Bodepati wrote: > Actually i am calling a postgres function by using c language which > description > is defined in database side .when iam calling a postgres function by passing > input > and output parameters after excution of function in database s