Re: Would like to contribute a section to docs for 9.3. Where to start?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Chris Travers <chris(dot)travers(at)gmail(dot)com>
Cc: Postgres Documentation <pgsql-docs(at)postgresql(dot)org>
Subject: Re: Would like to contribute a section to docs for 9.3. Where to start?
Date: 2012-08-15 04:21:50
Message-ID: 9069.1345004510@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Chris Travers <chris(dot)travers(at)gmail(dot)com> 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

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Chris Travers 2012-08-15 09:33:00 Re: Would like to contribute a section to docs for 9.3. Where to start?
Previous Message Bruce Momjian 2012-08-15 03:25:49 Re: lo_manage trigger on updates