Regarding drop index

From: Abinaya Kajendiran <abinayakajee(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Regarding drop index
Date: 2018-01-30 09:12:26
Message-ID: CA+455v6N3ggz2W-zhZUjJgKJ15xWZaOdjJGbeO9nNZ_svy1bjg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello all,

We are building in-memory index extension for postgres. For drop index
query, does postgres notify me through index access methods?

Currently, we are using event triggers to capture drop index. If there is a
better way, please do suggest.

Thanks in advance.

Regards,
Abinaya K

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fabien COELHO 2018-01-30 09:14:11 Re: csv format for psql
Previous Message Yoshimi Ichiyanagi 2018-01-30 08:37:39 Re: [HACKERS][PATCH] Applying PMDK to WAL operations for persistent memory