From 08ab0cc42c9dea209c3285111daeb7bfe348be67 Mon Sep 17 00:00:00 2001
From: "ZizhuanLiu(X-MAN)" <44973863@qq.com>
Date: Mon, 8 Jun 2026 23:08:23 +0800
Subject: [PATCH v2] DOCS:Mention OFF as an alias for EXPLAIN SERIALIZE NONE
---
doc/src/sgml/ref/explain.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/src/sgml/ref/explain.sgml b/doc/src/sgml/ref/explain.sgml
index e95e190..5beefe8 100644
--- a/doc/src/sgml/ref/explain.sgml
+++ b/doc/src/sgml/ref/explain.sgml
@@ -222,8 +222,8 @@ ROLLBACK;
execution of the query, if the datatype output functions are
expensive or if TOASTed values must be fetched
from out-of-line storage. EXPLAIN's default
- behavior, SERIALIZE NONE, does not perform these
- conversions. If SERIALIZE TEXT
+ behavior, SERIALIZE NONE(or OFF),
+ does not perform these conversions. If SERIALIZE TEXT
or SERIALIZE BINARY is specified, the appropriate
conversions are performed, and the time spent doing so is measured
(unless TIMING OFF is specified). If
--
2.43.0