Received: from makus.postgresql.org ([98.129.198.125]) by malur.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1T1V7A-0000ET-UQ for pgsql-docs@postgresql.org; Wed, 15 Aug 2012 04:21:53 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1T1V7A-0005BW-3D for pgsql-docs@postgresql.org; Wed, 15 Aug 2012 04:21:52 +0000 Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.5/8.14.5) with ESMTP id q7F4Lo8T009070; Wed, 15 Aug 2012 00:21:50 -0400 (EDT) From: Tom Lane To: Chris Travers cc: Postgres Documentation Subject: Re: Would like to contribute a section to docs for 9.3. Where to start? In-reply-to: References: <14943.1344868872@sss.pgh.pa.us> Comments: In-reply-to Chris Travers message dated "Tue, 14 Aug 2012 19:34:50 -0700" Date: Wed, 15 Aug 2012 00:21:50 -0400 Message-ID: <9069.1345004510@sss.pgh.pa.us> X-Pg-Spam-Score: -1.9 (-) X-Archive-Number: 201208/20 X-Sequence-Number: 7413 Chris Travers writes: > Also in my tests, I found that inherited relations do not inherit casts. > Is this intentional? Um, in what way exactly? It's true that we don't consider that a cast from X to Y and a cast from Y to Z should automatically give you a cast from X to Z, but that's not specific to inherited relations. Or did you have something else in mind? regards, tom lane