diff options
| author | Neil Conway | 2004-09-13 01:59:35 +0000 |
|---|---|---|
| committer | Neil Conway | 2004-09-13 01:59:35 +0000 |
| commit | 6090b70acefb5b111f88449739f43892de59f8cd (patch) | |
| tree | 4c2d54edb4d22c9ce82b390f7c56554a9a984b86 /doc/src/sgml | |
| parent | 63398a038114b4b9d7d6631fe75f59a5cd7cb612 (diff) | |
Due to popular domand, backport fix for a typo in the SELECT reference
page, per Thomas F. O'Connell.
Diffstat (limited to 'doc/src/sgml')
| -rw-r--r-- | doc/src/sgml/ref/select.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/select.sgml b/doc/src/sgml/ref/select.sgml index f8f1ebabd02..9807f05ddc1 100644 --- a/doc/src/sgml/ref/select.sgml +++ b/doc/src/sgml/ref/select.sgml @@ -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> |
