Wes <[EMAIL PROTECTED]> writes: > I can duplicate the error at will.
[ shrug... ] Worksforme. There is a short interval at the end of the first CREATE INDEX on the table where the problem would happen if another CREATE INDEX tries to modify the pg_class row before the first one's committed. That would be hard to hit with any regularity though. Subsequent CREATE INDEXes after that should be completely reliable. If you are modifying the table while it's being indexed, then the same small window would apply for each CREATE INDEX not just the first ... but you didn't admit to that. Care to put together a self-contained test case? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org