How to open postgres standby database for read write(snapshot standby) - DBACLASS DBACLASS
There is no technical term called snapshot standby in postgres. If you have knowledge of oracle database, then this snapshot standby method is there in dataguard. I.e you can open the standby database in read-write mode temporarily and do all you testing like data change schema change etc. And once your testing is done, you […]
postgresql configurationintermediate
by PostgreSQL
13 views