Re: CREATE ROLE IF NOT EXISTS

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: David Christensen <david(dot)christensen(at)crunchydata(dot)com>
Cc: Mark Dilger <mark(dot)dilger(at)enterprisedb(dot)com>, Stephen Frost <sfrost(at)snowman(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: CREATE ROLE IF NOT EXISTS
Date: 2021-11-22 12:49:37
Message-ID: E50212E8-0969-4D39-A2ED-87E8BB481419@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 10 Nov 2021, at 18:14, David Christensen <david(dot)christensen(at)crunchydata(dot)com> wrote:

> Modulo other issues/discussions, here is a version of this patch..

This patch fails to compile since you renamed the if_not_exists member in
CreateRoleStmt but still set it in the parser.

--
Daniel Gustafsson https://vmware.com/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2021-11-22 12:59:20 Re: Begin a transaction on a SAVEPOINT that is outside any transaction
Previous Message Alexander Kuzmenkov 2021-11-22 12:44:37 Re: [RFC] ASOF Join