[pgpool-committers: 10449] pgpool: Doc: enhance query cache doc.
Tatsuo Ishii
ishii at postgresql.org
Fri May 9 11:03:05 JST 2025
Doc: enhance query cache doc.
Pgpool refuses to cache a query calling functions returning TIMESTAMP
WITH TIMEZONE, TIME WITH TIMEZONE. If there are multiple functions
having same name and one of them returns TIMESTAMP WITH TIMEZONE, TIME
WITH TIMEZONE, pgpool refuses to cache even if one of them does not
return the data types. So add a note on this along with workaround.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=174772d6c231e0825d0e5db95336b6ef28530664
Modified Files
--------------
doc.ja/src/sgml/memcache.sgml | 7 +++++++
doc/src/sgml/memcache.sgml | 13 +++++++++++++
2 files changed, 20 insertions(+)
More information about the pgpool-committers
mailing list