Mikhail Terekhov <[EMAIL PROTECTED]> writes: > In my application I use 'LOCK seq'. In 7.0.2 it worked fine but in > 7.1.2 Postgres complains that 'seq is not a table'. Is this > (disabling to lock a sequences) an intended change?
Hmm, it wasn't thought about too much, but why in the world would you want to lock a sequence? Seems like that destroys the point of using one. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly