[Pgpool-general] Pgpool-general Digest, Vol 60, Issue 15

Tatsuo Ishii ishii at sraoss.co.jp
Mon Nov 16 15:12:38 UTC 2009


> >   Let's populate t1:
> > 
> >   INSERT INTO t1(id) VALUES(1);
> >   Actual query executed by pgpool-II is:
> >   INSERT INTO "t1"("id", "regdate") VALUES
> > (1,'2009-11-15 21:35:01.783053+09');
> 
> which function will execute ?.
> 
> is it "send_simplequery_message" or another else ?.

There are several places where query rewritten is actually done. Looking
for rewrite_timestamp() is the good place to start with.
--
Tatsuo Ishii
SRA OSS, Inc. Japan


More information about the Pgpool-general mailing list