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

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Skip temporary table schema name from explain-verbose output.
Дата
Msg-id CA+TgmoZGzysZ-tpTjW0Ee-6CU3X7M8m7CJVTMXES-h-Db9HKuA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Skip temporary table schema name from explain-verbose output.  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Skip temporary table schema name from explain-verbose output.
Список pgsql-hackers
On Mon, Jul 26, 2021 at 12:49 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> I can't really see any situation in which it's important
> to report the exact schema name of our own temp schema.

It would actually be nice if there were some easy way of getting that
for the rare situations in which there are problems. For example, if
the catalog entries get corrupted and you can't access some table in
your pg_temp schema, you might like to know which pg_temp schema
you've got so that you can be sure to examine the right catalog
entries to fix the problem or understand the problem or whatever you
are trying to do. I don't much care exactly how we go about making
that information available and I agree that showing pg_temp_NNN in
EXPLAIN output is worse than just pg_temp. I'm just saying that
concealing too thoroughly what is actually happening can be a problem
in the rare instance where troubleshooting is required.

-- 
Robert Haas
EDB: http://www.enterprisedb.com



В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Bossart, Nathan"
Дата:
Сообщение: Re: Avoiding data loss with synchronous replication
Следующее
От: Jacob Champion
Дата:
Сообщение: Re: badly calculated width of emoji in psql