|
From: Michael P. <mic...@gm...> - 2013-06-05 18:36:21
|
On Thu, Jun 6, 2013 at 3:25 AM, Matt Warner <MW...@xi...> wrote: > I’ve obtained the latest version via git, and compiled and installed it. > It looks like the syntax to create a distributed table has maybe changed? > Yes, you need to put some brackets when specifying a node list in CREATE TABLE: - 1.0 grammar: [ TO NODE *nodename* [, ... ] ] - 1.1 grammar: [ TO *(nodename* [, ... ]) ] This has been done to solve bison shift/reduce conflicts because ALTER TABLE using now similar grammar as CREATE TABLE for node list definition. **** > > Where do I find the latest syntax for a distributed table? > I have nowhere documentation based on 1.1 builds, neither html nor pdf. It would be good to have something when 1.1 beta is released though. -- Michael |