Re: Transactional-DDL DROP/CREATE TABLE

From: Geoff Winkless <pgsqladmin(at)geoff(dot)dj>
To: Kevin Grittner <kgrittn(at)gmail(dot)com>, Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Transactional-DDL DROP/CREATE TABLE
Date: 2016-10-06 16:13:20
Message-ID: CAEzk6ffFtPeMXmTtJ9yyJxK2dyghaVUp_PnkXhq7-yGs4T0LmA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 6 October 2016 at 16:47, Kevin Grittner <kgrittn(at)gmail(dot)com> wrote:
> I recommend using a transactional advisory lock to serialize these.

Thanks Kevin, that does seem like the best (although not particularly
pleasant) solution.

Geoff

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2016-10-06 17:25:46 Re: Transactional-DDL DROP/CREATE TABLE
Previous Message Geoff Winkless 2016-10-06 16:09:42 Re: Transactional-DDL DROP/CREATE TABLE