Re: Declarative partitioning - Mailing list pgsql-hackers

From Amit Langote
Subject Re: Declarative partitioning
Date
Msg-id 57344510.4000705@lab.ntt.co.jp
Whole thread Raw
In response to Re: Declarative partitioning  (Sameer Thakur-2 <Sameer.Thakur@nttdata.com>)
List pgsql-hackers
Hi,

On 2016/05/12 17:42, Sameer Thakur-2 wrote:
> Hello Amit,
> In the example 
>> create table part201606week4 partition of parted 
>> for values start (2016, 6, 2) end (2016, 6, 29);
> 
> seems to be a typo

Oops, there indeed is.

create table part201606week4 partition of parted
for values start (2016, 6, 2) end (2016, 6, 29);
create table part201606week4 partition of parted
for values start (2016, 6, 22) end (2016, 6, 29);

While copy-pasting part201606week4's definition from a previous line,
ended up pasting twice and then edited the second one to the correct
definition.

Thanks,
Amit





pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: NULL concatenation
Next
From: Sridhar N Bamandlapally
Date:
Subject: Re: NULL concatenation