"Gurjeet Singh" <[EMAIL PROTECTED]> writes: > http://www.postgresql.org/docs/8.2/interactive/rules-views.html#AEN38727 > illustrates the examples using wrong syntax of UPDATE command. The FROM > clause is missing; if the FROM clause and the appropriate table is added to > the query, it works fine.
Well, it used to be right ;-) ... but yeah, now that add_missing_from defaults to off we should adjust the examples. Done, thanks for the report. regards, tom lane ---------------------------(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