PostgreSQL snapshot export
I love the PostgreSQL concurrency model. Have I mentioned that lately? Today, I want to tell you about snapshot exports. You're probably used to the READ COMMITTED isolation level. (That's the default.) This mode means you can see any committed data, whether it was commmitted before the transaction started or…