drop table in transaction

Started by Fabrice Chapuisover 2 years ago2 messages
#1Fabrice Chapuis
fabrice636861@gmail.com

Where in the code is written the mechanism used for isolation when drop
table is executed in a transaction

Thanks for your help

Fabrice

#2Euler Taveira
euler@eulerto.com
In reply to: Fabrice Chapuis (#1)
Re: drop table in transaction

On Tue, May 9, 2023, at 7:42 AM, Fabrice Chapuis wrote:

Where in the code is written the mechanism used for isolation when drop table is executed in a transaction

RemoveRelations() in src/backend/commands/tablecmds.c

If you are looking for a previous layer, check ExecDropStmt().

--
Euler Taveira
EDB https://www.enterprisedb.com/