Alvaro Herrera <alvherre@xxxxxxxxxxxxxx> writes: > If you are too worried about it, you could look at what is needed to > implement hashjoin and mergejoin for ctids. I take it it isn't trivial, > or it would be done already, but I don't think it's too hard (unless > there is an implementation detail that makes it impossible). It wouldn't be hard that I can see (just build hash and btree opclasses for tid), but I'm pretty unclear on why bother. There's no use-case for cross-table joins involving ctid, since you couldn't usefully store a ctid referencing another table. The example Ilja showed was quite artificial and should not convince anyone to expend effort on this. Perhaps there are more convincing examples, but let's see one. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org