|
From: Koichi S. <koi...@gm...> - 2010-10-14 11:05:20
|
Hi, I'm afraid you didn't copy coordinator's database to all the other coordinators. In the current available release, DDL is not synchronized to coordinators (synchronized to datanodes, though). To make all the DDL effect avialable, you should stop all the coordinators and statically copy $PGDATA to all the other coordinators to make DDL effect visible. Next release will include DDL synchronization to coordinators. Best Regards; ---------- Koichi Suzuki 2010/10/14 Dika Ye <di...@nt...>: > Hi all, > > > > In version 9.0.2, it uses the parameter use gtm_coordinator_id or > gtm_coord_id? Are they the same? > > I found it in <PG-XC_InstallManual_v0_9_2.pdf>, it said “gtm_coord_id = i” > in coordinatori postgresql.conf configure file, “gtm_coord_id = i+1” in > datanodei postgresql.conf configure file, > > And I found it in <PG-XC_pgbench_Tutorial_v0_9_2.pdf> said > “gtm_coordinator_id = 1” for the coordinator1 and “gtm_coordinator_id = 11” > for the datanode1. > > > > > > > > > > > > > > Best wishes, > > > > Dika.Ye > > > > ------------------------------------------------------------------------------ > 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-general mailing list > Pos...@li... > https://lists.sourceforge.net/lists/listinfo/postgres-xc-general > > |