Re: Skip temporary table schema name from explain-verbose output.

From: Simon Riggs <simon(dot)riggs(at)enterprisedb(dot)com>
To: Amul Sul <sulamul(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Greg Stark <stark(at)mit(dot)edu>, Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>, Ashutosh Bapat <ashutosh(dot)bapat(dot)oss(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Skip temporary table schema name from explain-verbose output.
Date: 2021-07-26 12:53:20
Message-ID: CANbhV-GGqY_BAt1Tt2Z8Q_QCevJRC3Bi0hm2Bsu1uV72c2v-7w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 29 Apr 2021 at 08:17, Amul Sul <sulamul(at)gmail(dot)com> wrote:
> On Wed, Apr 28, 2021 at 7:56 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> > I don't think we should remove them. However, it could make sense to
> > print the "pg_temp" alias instead of the real schema name when we
> > are talking about myTempNamespace. Basically try to make that alias
> > a bit less leaky.
>
> +1, let's replace it by "pg_temp" -- did the same in that attached 0001 patch.

Sounds like a good change.

Surely we need a test to exercise this works? Otherwise ready...

--
Simon Riggs http://www.EnterpriseDB.com/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message John Naylor 2021-07-26 12:56:52 Re: speed up verifying UTF-8
Previous Message Ibrar Ahmed 2021-07-26 12:52:39 Re: 2021-07 CF now in progress