In http://www.postgresql.org/devel-corner/docs/postgres/sql-createtable.html
"Postgres automatically allows the created table to inherit functions on
tables above it in the inheritance hierarchy."
"Postgres automatically allows the created table to inherit functions on
tables above it in the inheritance hierarchy. Inheritance of functions is done
according to the conventions of the Common Lisp Object System (CLOS)."
Neither of these statements is true, right? I do not beleive that PostgreSQL
current supports inheritable member functions. Shouldn't both of these
statements be removed?
- Mark Butler