Fabien COELHO <[EMAIL PROTECTED]> writes: > I was thinking that any integer attribute of any tuple in a shared > relation would be ok to store a sequence value.
Certainly not --- when there are multiple versions of the tuple because of MVCC rules, which do you use? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match