2020年11月21日(土) 16:29 Peter Eisentraut :
>
> On 2020-10-19 14:28, Ian Lawrence Barwick wrote:
> > On further reflection, I think trying to explain all that is going to
> > end up as a
> > mini-tutorial which is beyond the scope of the explanation of a column, so
> > the existing reference to pg_clas
On 2020-10-19 14:28, Ian Lawrence Barwick wrote:
On further reflection, I think trying to explain all that is going to
end up as a
mini-tutorial which is beyond the scope of the explanation of a column, so
the existing reference to pg_class should be enough.
Revised patch attached just mentionin
On Mon, Oct 19, 2020 at 5:58 PM Ian Lawrence Barwick wrote:
>
> > That line further suggests using
> > regnamespace which is not as efficient as joining with
> > pg_namespace.oid. But pg_namespace won't have as many entries as
> > pg_class so casting to regnamespace might be fine. Should we sugges
2020年10月19日(月) 20:22 Ashutosh Bapat :
>
> On Sat, Oct 17, 2020 at 6:35 PM Ian Lawrence Barwick
> wrote:
> >
> > [doc] improve tableoid description
> >
> > Hi
> >
> > Attached patch aims to improve the description of the tableoid system
> > colu
On Sat, Oct 17, 2020 at 6:35 PM Ian Lawrence Barwick wrote:
>
> [doc] improve tableoid description
>
> Hi
>
> Attached patch aims to improve the description of the tableoid system column
> [1]
> by:
>
> - mentioning it's useful for determining table names fo
[doc] improve tableoid description
Hi
Attached patch aims to improve the description of the tableoid system column [1]
by:
- mentioning it's useful for determining table names for partitioned tables as
well as for those in inheritance hierarchies
- mentioning the possibility of ca