How come this work in pg (8.0 and older):

  CREATE TABLE bug (x int);
  SELECT count(bug) FROM bug;

Shouldn't it complain and say that "bug" is not a column?

-- 
/Dennis Björklund


---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faq

Reply via email to