]> granicus.if.org Git - postgresql/commitdiff
Due to popular domand, backport fix for a typo in the SELECT reference
authorNeil Conway <neilc@samurai.com>
Mon, 13 Sep 2004 01:59:35 +0000 (01:59 +0000)
committerNeil Conway <neilc@samurai.com>
Mon, 13 Sep 2004 01:59:35 +0000 (01:59 +0000)
page, per Thomas F. O'Connell.

doc/src/sgml/ref/select.sgml

index f8f1ebabd02867414d6cde9d26a0d56d88899f60..9807f05ddc1d10a7c423bcd758cd8fc6f8e71e76 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v 1.71.2.1 2003/11/04 00:34:50 tgl Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v 1.71.2.2 2004/09/13 01:59:35 neilc Exp $
 PostgreSQL documentation
 -->
 
@@ -190,7 +190,7 @@ where <replaceable class="parameter">from_item</replaceable> can be one of:
         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>