Re: BUG #15581: CREATE TABLE IF NOT EXISTS error

From: Wanle Liu <liuwanle2010(at)gmail(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #15581: CREATE TABLE IF NOT EXISTS error
Date: 2019-01-10 01:27:54
Message-ID: CAMaUEgtzGTShrGoqTY20gb3iL5ejrEadoXeJ9aRLFp1sx51bsw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Thanks,
https://github.com/citusdata/citus/issues/2087

-------------------------

刘万乐

Andres Freund <andres(at)anarazel(dot)de> 于2019年1月10日周四 上午12:05写道:

> Hi,
>
> On 2019-01-09 02:12:54 +0000, PG Bug reporting form wrote:
> > The following bug has been logged on the website:
> >
> > Bug reference: 15581
> > Logged by: iG
> > Email address: liuwanle2010(at)gmail(dot)com
> > PostgreSQL version: 11.1
> > Operating system: Debian 9
> > Description:
> >
> > sql:
> > create table if not exists z.user_20190110 partition of z.user for values
> > from ('20190110') to ('20190111');
> >
> > messages:
> > NOTICE: relation "user_20190110" already exists, skipping
> > ERROR: table "user_20190110" is already distributed
> > SQL 状态:42P16
>
> This does not appear to be an error message emitted by plain
> postgres. Area you using an extension like Citus? If so, that's likely
> where you'd need to redirect this bug to.
>
> Greetings,
>
> Andres Freund
>

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Robert Haas 2019-01-10 02:06:23 Re: BUG #15577: Query returns different results when executed multiple times
Previous Message David Rowley 2019-01-10 00:32:30 Re: BUG #15577: Query returns different results when executed multiple times