Function Inheritance?

From: Mark Butler <butlerm(at)middle(dot)net>
To: pgsql-docs(at)postgresql(dot)org
Subject: Function Inheritance?
Date: 2001-04-10 03:43:14
Message-ID: 3AD28152.5B88F069@middle.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

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

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tony Grant 2001-04-10 16:02:39 JDBC compile
Previous Message Mark Butler 2001-04-10 02:23:03 Online web page needs correction