Thread: Re: State of the Postgresql database at the time of Restore?
Hi Team, I would like to know, what is the state of the Postgresql database while restoring incremental backup(wal file backup)? Whether it is Read-Only or Read/Write?? I'm trying to use pg_rman for performing incremental backup on the Publisher and then restore it online on to the Subscriber database. The reason for doing so is to leverage the replication lag between publisher and subscriber. And I'm identifying the lag with the "send_lsn" on the publisher with respect to the "received_lsn" on the subscriber. Correct me if I'm wrong. Any suggestions are at most welcome!! Thanks in advance. Looking forward for your reply. Regards, Pavan -- Sent from: http://www.postgresql-archive.org/PostgreSQL-admin-f2076596.html
Using Redhat 6, Postgres 9.5 I have a user that wants to run a query once and then automatically receive updates (inserts) without having to rerun thequery. Any ideas would be appreciated. r, Denise
Hi Ferrell,
Go through the below link..
https://www.postgresql.org/docs/9.1/static/queries-with.html
Hope this helps..
Go through the below link..
https://www.postgresql.org/docs/9.1/static/queries-with.html
Hope this helps..
On Fri, Oct 5, 2018 at 6:20 PM Ferrell, Denise SDC <denise.ferrell@sdc-world.com> wrote:
Using Redhat 6, Postgres 9.5
I have a user that wants to run a query once and then automatically receive updates (inserts) without having to rerun the query. Any ideas would be appreciated.
r,
Denise