On examine_subclass

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: On examine_subclass
Date: 2000-06-19 16:15:02
Message-ID: Pine.LNX.4.21.0006191647400.353-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Can we rename the `examine_subclass' option to something else? Rationale:

* "class" is not a term usually used around here or SQL (okay, besides
pg_class, but note "relname")

* The naming is conceptually backwards with the SQL99 model (which, in
absence of convincingly better ideas is still the reference). According to
SQL99, rows are shared between tables and subtables so you're not really
"examing subclasses/subtables" or not, you are instead explicitly ignoring
rows from subtables.

Maybe something religiously neutral like traditional_inheritance = on|off
or conversely sql_inheritance = on|off?

--
Peter Eisentraut Sernanders väg 10:115
peter_e(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroshi Inoue 2000-06-19 16:17:14 RE: Big 7.1 open items
Previous Message Tom Lane 2000-06-19 15:55:27 Re: Warning question