|
|
|
|
|
by richhickey
5037 days ago
|
|
I would characterize the level of coupling involved in sharing "the basis is 12345" as categorically different from having to nest database access within the same transaction. Consider, e.g. the ease of moving the former to different processes. |
|
EDIT: You can find documentation of this at http://www.postgresql.org/docs/9.2/static/sql-set-transactio...
If you in PostgreSQL would save all historical snapshots and disable vacuum you could communicate any point in time simply with a snapshot number. Now this probably wont be very efficient since PostgreSQL is not optimized for this kind of use.