On Oct 23, 2010, at 7:52 PM, Tom Lane <[email protected]> wrote: > I still prefer the idea of not changing rows once they're > inserted, though
Me too. But I really dislike the idea of having a failure mode where we can't insert for no reason that the user can understand. So I'm trying to think of a better option. Why would you need to lock out type comparisons? Locking out concurrent DDL seems sufficient. ...Robert -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
