Alvaro Herrera <alvherre(at)commandprompt(dot)com> writes: > I am amused by the fact that we store the sequence name in the sequence > itself though. Yeah, it's a bit pointless. One possible response to this gripe would be to take the name out of the sequence itself. However, that would likely break client-side code for no very good reason. regards, tom lane