Request for example using pqconnectstart,pqconnectpoll part.

2021-02-04 Thread Om Prakash Jaiswal
Hi,Please provide a sample example using pqconnectstart , pqconnectpoll to make  a asynchronous connection and executing a query for client application in C.It is part of libpq - C Library. I am able to do query using PQconnectdb and PQexec.I have also used PQconnectdb and PQsendQuery.  PQconne

Getting wrong time using now()

2019-02-12 Thread Om Prakash Jaiswal
Create table service_record(Id into, time timestamp without time zone default now()).Postgresql version 9.6.6, RHEL7.6 , when I am executing the query. I am getting time 5:30hours behind current time. Please solve it RegardsOm PrakashBangalore, India Sent from Yahoo Mail on Android

Db restore Error literal carriage return found hint use \r

2018-11-13 Thread Om Prakash Jaiswal
I am using postgresql 10.6While restore data using psql, error getting literal carriage return found line no. 4446578 hint use \r I used \i  and \r , still getting same error.Backup size 35GB plain databack up.Data type JSON in which I am getting error while copy ing in restore operation. Please

Error couldn't not serialize data due to concurrent read write update

2018-08-02 Thread Om Prakash Jaiswal
Sent from Yahoo Mail on Android - Forwarded Message - From: "Om Prakash Jaiswal" To: "bucardo-gene...@bucardo.org" Cc: Sent: Thu, Aug 2, 2018 at 18:56 Subject: How stop acknowledgement of transmitted data Hi I am running bucardo 4.4 version on postgr