Fernando, you can find a description of all message types here: http://developer.postgresql.org/pgdocs/postgres/protocol-message-formats.html
'D' means is a data row message. Regards On Thu, 2010-01-14 at 09:56 -0200, Fernando Morgenstern wrote: > Hello, > > > Is there a part of the manual or some page where i can find the > meaning of each consistency errors? I tried searching google but > couldn't find this ( maybe i was using the wrong keywords ). > > > Example: > > > ERROR: kind mismatch among backends. Possible last query was: "SET > DateStyle=ISO;SELECT oid, pg_encoding_to_char(encoding) AS encoding, > datlastsysoid FROM pg_database WHERE oid = 435746" kind details are: > 0[D] 1[C] 2[C] 3[C] > HINT: check data consistency among db nodes > > > C means that everything went correct on that node? What about D? > > > > > Best Regards, > --- > > > Fernando Marcelo > www.consultorpc.com > [email protected] > > > _______________________________________________ > Pgpool-general mailing list > [email protected] > http://pgfoundry.org/mailman/listinfo/pgpool-general _______________________________________________ Pgpool-general mailing list [email protected] http://pgfoundry.org/mailman/listinfo/pgpool-general
