Re: Not able to create partition table using partition by list method

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Rajput Vishwas Kumar Shankarbhai <Rajput_Vishwas(at)infosys(dot)com>
Cc: "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: Not able to create partition table using partition by list method
Date: 2019-06-13 08:04:59
Message-ID: CABUevExwEwtWtrKxpL4+F49mV5FFkdN8nmv7xaJUPotWtdP2wA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Thu, Jun 13, 2019 at 10:01 AM Rajput Vishwas Kumar Shankarbhai <
Rajput_Vishwas(at)infosys(dot)com> wrote:

> Hi,
>
>
>
> While creating a partition table using partition by list method, I came
> across some unusual thing.
>
> I have google for this problem but not find any such reports.
>
>
>
> Please find attached document on detailed description and error message.
>
>
>

It loos like you are using EnterpriseDB specific partitioning syntax but
using PostgreSQL as your database. Basically, you are reading the wrong
documentation.

See the PostgreSQL documentation at
https://www.postgresql.org/docs/10/ddl-partitioning.html and
https://www.postgresql.org/docs/10/sql-createtable.html for the syntax to
use in PostgreSQL, including examples.

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/>
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Paquier 2019-06-13 08:11:12 Re: Not able to create partition table using partition by list method
Previous Message Rajput Vishwas Kumar Shankarbhai 2019-06-13 07:13:07 Not able to create partition table using partition by list method