From: Mason S. <mas...@en...> - 2010-10-14 15:14:17
|
On 10/14/10 3:30 AM, mei le wrote: > Dears, > Postgres-xc version 0.9.2 has error process at the end of funcion > "ExecRemoteQuery" but such a part was deleted by later patch.In > postgres-xc 0.9.2, if I create a table on one datanode, I can't create > table on other datanodes by executing create table statment on > Coordinator, but the newest code can create table on other datanodes > by executiong same statement on Coordinator.I think the former version > is more appropriate than the newest code. Could you give me some > explains on this issue? > Thanks. > > Truely, > > Benny > > Benny, I am sorry, can you please explain again, I think I do not understand. In Postgres-XC, when you create a table, you do it against a Coordinator, and not a Data Node. The Coordinator will automatically create the table on the Data Nodes for you. It should be this way for both 0.9.2 and the latest code in the git repository. Please let me know if I misunderstood something. Thanks, Mason > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2& L3. > Spend less time writing and rewriting code and more time creating great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > > > _______________________________________________ > Postgres-xc-developers mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-developers > -- Mason Sharp EnterpriseDB Corporation The Enterprise Postgres Company This e-mail message (and any attachment) is intended for the use of the individual or entity to whom it is addressed. This message contains information from EnterpriseDB Corporation that may be privileged, confidential, or exempt from disclosure under applicable law. If you are not the intended recipient or authorized to receive this for the intended recipient, any use, dissemination, distribution, retention, archiving, or copying of this communication is strictly prohibited. If you have received this e-mail in error, please notify the sender immediately by reply e-mail and delete this message. |