Re: Psql patch to show access methods info
От | vignesh C |
---|---|
Тема | Re: Psql patch to show access methods info |
Дата | |
Msg-id | CALDaNm1VJamnfCM_dgNfuMWrN1NGkah1BLe9MB3T917b4KBdoA@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
|
Список | pgsql-hackers |
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
>
> 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?
В списке pgsql-hackers по дате отправления: