Well, here's a patch for select.sgml should a committer ever feel
inspired:
@@ -190,7 +190,7 @@
the default behavior. (In releases before 7.1,
<literal>ONLY</> was the default behavior.) The default
behavior can be modified by changing the
- <varname>sql_interitance</varname> configuration option.
+ <varname>sql_inheritance</varname> configuration option.
</para>
</listitem>
</varlistentry>
-tfo
On Sep 10, 2004, at 9:53 AM, Peter Eisentraut wrote:
Robert Treat wrote:
On Friday 10 September 2004 04:56, Peter Eisentraut wrote:
Neil Conway wrote:
Thomas F.O'Connell wrote:
There is a reference to the "sql_interitance" configuration in
the 7.4.x docs:
Since it's fixed in HEAD, I think we're fine -- we usually don't
bother applying documentation fixes to release branches, even if
there were plans for another 7.4.x release.
I was under the impression that we usually do. Time permitting, of
course.
Well, we've certainly been getting drilled to regenerate the idocs on
the website with each new release in the 7.4.x series.
Yes, that was me among others, exactly because of the above.
--
Peter Eisentraut
http://developer.postgresql.org/~petere/
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match