[DOCS] Special column trivia

2010-06-06 Thread Greg Smith
I was just reading http://www.postgresql.org/docs/9.0/static/ddl-system-columns.html and noted that the second part about the ctid being unstable: "a row's ctid will change if it is updated or moved by VACUUM FULL" is probably not true anymore. Is that worth updating? What got me reading th

Re: [DOCS] Special column trivia

2010-06-06 Thread Tom Lane
Greg Smith writes: > I was just reading > http://www.postgresql.org/docs/9.0/static/ddl-system-columns.html and > noted that the second part about the ctid being unstable: "a row's ctid > will change if it is updated or moved by VACUUM FULL" is probably not > true anymore. Is that worth upda