Hi, Tatsuo Ishii, I think you just made a little mistake( also there's a little bug in the english version of tutorial, it has two 3.2.2 section), you used the content of section 3.2.2 to recover 3.2.3 section's.
So there's still the problem. >> 4.When the table that does the replication to one SQL sentence >> with the table registered in dist_def by uniting tables is specified >> >> >> ^^^^^^ I don't understand this >> Thanks. >> Bambo Huang > > <h4><p>3.2.2. Defining replicate_def table</p></h4> > <p> > When the table that does the replication to one SQL sentence with the > table registered in dist_def by uniting tables is specified, > information on the table that does the replication (replication rule) > is registered in the table named replicate_def beforehand. > > I rephrase this: > > <h4><p>3.2.2. Defining replicate_def table</p></h4> <p> Define a table > called "dist_def", which has the partitioning rule, in database called > "pgpool" (it seems this sentence was translated from Japanese doc). > > After installing pgpool-II, you will have <code>system_db.sql</code>, > which is the <code>psql</code> script to generate the system database. > </p> > <pre> > $ psql -f /usr/local/share/system_db.sql -p 5432 -U pgpool pgpool > </pre> > <p> > dist_def table is created in pgpool_catalog schema. > -- > Tatsuo Ishii > SRA OSS, Inc. Japan > English: http://www.sraoss.co.jp/index_en.php > Japanese: http://www.sraoss.co.jp > Bambo Huang _______________________________________________ Pgpool-hackers mailing list [email protected] http://pgfoundry.org/mailman/listinfo/pgpool-hackers
