Re: Psql patch to show access methods info

Поиск
Список
Период
Сортировка
От vignesh C
Тема Re: Psql patch to show access methods info
Дата
Msg-id CALDaNm3CQKVshf6fNemMiCPLsSmeYho99UeOorbcQRu=6Ktr3Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Psql patch to show access methods info  (Alexander Korotkov <a.korotkov@postgrespro.ru>)
Ответы Re: Psql patch to show access methods info  (Alexander Korotkov <a.korotkov@postgrespro.ru>)
Список pgsql-hackers
On Fri, Mar 6, 2020 at 6:28 AM Alexander Korotkov
<a.korotkov@postgrespro.ru> wrote:
>
> On Thu, Mar 5, 2020 at 8:34 PM vignesh C <vignesh21@gmail.com> wrote:
> > On Wed, Mar 4, 2020 at 5:02 AM Alexander Korotkov <a.korotkov@postgrespro.ru> wrote:
> > >
> > > Hi!
> > >
> > > Thank you for the review.  Revised patch is attached.
> > >
> >
> > Thanks for working on comments and providing a new patch.
> > One small observation I noticed:
> > postgres=# \dAc brin oid
> >              Index access method operator classes
> >   AM  | Input type | Storage type | Operator class | Default?
> > ------+------------+--------------+----------------+----------
> >  brin | oid        |              | oid_minmax_ops | yes
> > (1 row)
> >
> > postgres=# \dAcx brin oid
> >              Index access method operator classes
> >   AM  | Input type | Storage type | Operator class | Default?
> > ------+------------+--------------+----------------+----------
> >  brin | oid        |              | oid_minmax_ops | yes
> > (1 row)
> >
> > Output of \dAc and \dAcx seems to be same. Is this expected?
>
> It might seem strange, but majority of psql commands allows arbitrary
> suffixes and ignore them.  For instance:
>
> postgres=# \dt
> Did not find any relations.
> postgres=# \dtttttt
> Did not find any relations.
>
> I think if we want to fix this, we should do it in a separate path,
> which would fix at the psql commands.
>

I feel your explanation sounds fair to me.

Regards,
Vignesh
EnterpriseDB: http://www.enterprisedb.com



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

Предыдущее
От: David Zhang
Дата:
Сообщение: Re: BUG #16147: postgresql 12.1 (from homebrew) - pg_restore -hlocalhost --jobs=2 crashes
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager