From: Neil Conway Date: Mon, 13 Sep 2004 01:59:35 +0000 (+0000) Subject: Due to popular domand, backport fix for a typo in the SELECT reference X-Git-Tag: REL7_4_6~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6090b70acefb5b111f88449739f43892de59f8cd;p=thirdparty%2Fpostgresql.git Due to popular domand, backport fix for a typo in the SELECT reference page, per Thomas F. O'Connell. --- 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 @@ @@ -190,7 +190,7 @@ where from_item can be one of: the default behavior. (In releases before 7.1, ONLY was the default behavior.) The default behavior can be modified by changing the - sql_interitance configuration option. + sql_inheritance configuration option.