Bruce Momjian writes: > Where are we on this patch? Was it submitted? Applied? Just an > idea?
| This has been saved for the 8.2 release: | | http://momjian.postgresql.org/cgi-bin/pgpatches_hold I tested it with 8.1RC1 and noticed the inconsistency with the \edit command. I guess one would at least need to change do_edit to modify the newly introduced history_buffer instead of the history itself. But I'm not sure why there is a need for a history_buffer at all, couldn't one use the query_buffer instead? (Sergey?) regards, Andreas -- ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match
