Re: [GENERAL] Really unique session ID - PID + connection timestamp?

2016-04-10 Thread durumd...@gmail.com
Dear Alban! 2016.04.10. 13:05 keltezéssel, Alban Hertroys írta: On 10 Apr 2016, at 9:07, Durumdara wrote: Dear Adrian! Again. As I see the beginning blocks are removed by mailing system in the code. We have an "ourlocks" table which hold records (TableName, RecordID, SessionInnerID, TimeS

[GENERAL] 9.5 - Is there any way to disable automatic rollback?

2016-04-09 Thread durumd...@gmail.com
Dear Everybody! See this sampe: StartTrans; try Update1; Insert1; Update2; // this cause error f.e. Commit; except AnyChecks; Rollback; When Update2 causes error, AnyChecks comes. In other databases I can do anything in that point, because Update and Insert 1 stored i

Re: [GENERAL] A compare and/or sync. database structure?

2009-08-06 Thread durumd...@gmail.com
. First I search for a simple tool that can compare dbs in textual way... dd On Wed, 05 Aug 2009 10:49:53 +0200, Guillaume Lelarge wrote: Le mercredi 5 août 2009 à 10:13:44, durumd...@gmail.com a écrit : [...] So please help me with your experience: what is the best solution, what is th

[GENERAL] A compare and/or sync. database structure?

2009-08-05 Thread durumd...@gmail.com
Hi! I wanna ask that which pg_dump command line needed if I want to compare two databases? I have many DBs, but all of them have two versions a development (local) DB and the online (web) DB. When I want to realize a new function, I develop it locally, and later I sync. it into online DB.