Re: BUG #18112: pgstattuple of sequence failed

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: BUG #18112: pgstattuple of sequence failed
Дата
Msg-id 202309200826.z3ckjb4g7auj@alvherre.pgsql
обсуждение исходный текст
Ответ на BUG #18112: pgstattuple of sequence failed  (PG Bug reporting form <noreply@postgresql.org>)
Список pgsql-bugs
On 2023-Sep-15, PG Bug reporting form wrote:

> I found pgstattuple of sequence will be failed but not PG11.x, for the code
> of pgstattuple it looks like still support of sequence, but the
> "rel->rd_rel->relam now is 0, not HEAP_TABLE_AM_OID", so the error report
> 
> postgres=# select pgstattuple('test');
> ERROR:  SQLSTATE 0A000: only heap AM is supported

OK, but so what?  I mean, what useful information are you extracting
using pgstattuple from a sequence?  What decisions can you make based on
these results?

-- 
Álvaro Herrera        Breisgau, Deutschland  —  https://www.EnterpriseDB.com/
"We're here to devour each other alive"            (Hobbes)



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

Предыдущее
От: "daidewei@highgo.com"
Дата:
Сообщение: Re: Re: a plpgsql bug
Следующее
От: PG Bug reporting form
Дата:
Сообщение: BUG #18117: View definitions were changed in version 16 (missing column qualifiers)