[ADMIN] unsubscribe

2006-08-16 Thread kah_hang_ang
Thanks. ---(end of broadcast)--- TIP 4: Have you searched our list archives? http://archives.postgresql.org

Re: [ADMIN] Is it possible to trace all transactions done?

2006-06-25 Thread kah_hang_ang
Depesz, Thanks, this is I what I need. After I enable the log_statement Postgresql do log the statements triggered but I need more detail info. - time the statements been triggered to be log as well, is it any way to do that? Regards, KH Ang

[ADMIN] Is it possible to trace all transactions done?

2006-06-22 Thread kah_hang_ang
Hi, Is Postgresql provide feature to log all the transactions/queries have been triggered into log? Thanks. ---(end of broadcast)--- TIP 6: explain analyze is your friend

[ADMIN] Synchronize Backup to another remote database

2006-05-15 Thread kah_hang_ang
Hi, Currently we want to upgrade postgresql to 8.1.3 but our current postgresql database (v7.2.2) is use in the production line so we can't stop the current database. So is there any way to synchronize backup the current postgresql database to another remote postgresql database without interru