Re: [HACKERS] Adding new syntax in postgre sql

2013-10-18 Thread Andreas Karlsson
On 10/16/2013 01:17 PM, ankit bhardwaj wrote: I am new to postgre sql .And i want to add some new feature to postgresql As a startup i have taken the project to add syntax for table partitioning Welcome to the list! There has been some previous work done on adding this syntax, but I have not

[HACKERS] Adding new syntax in postgre sql

2013-10-17 Thread ankit bhardwaj
I am new to postgre sql .And i want to add some new feature to postgresql As a startup i have taken the project to add syntax for table partitioning CREATE TABLE is modified to accept a PARTITION BY clause. This clause contains one or more partition declarations. The syntax is as follows: PARTITI