Document that search_path is reported by the server
authorTomas Vondra
Mon, 19 Aug 2024 17:46:05 +0000 (19:46 +0200)
committerTomas Vondra
Mon, 19 Aug 2024 17:52:37 +0000 (19:52 +0200)
Commit 28a1121fd912 marked search_path as GUC_REPORT, but failed to
update the relevant places in docs. There are two places listing the GUC
options reported to the client, so update both.

Reported-by: Tom Lane
Discussion: https://postgr.es/m/CAFh8B=k8s7WrcqhafmYhdN1+E5LVzZi_QaYDq8bKvrGJTAhY2Q@mail.gmail.com

doc/src/sgml/libpq.sgml
doc/src/sgml/protocol.sgml

index 068ee60771cbf53852fd4468713d200d9261880d..f916fce4142d068428d30a49312d80d5d7caeb6c 100644 (file)
@@ -2643,6 +2643,7 @@ const char *PQparameterStatus(const PGconn *conn, const char *paramName);
         IntervalStyle
         is_superuser
         scram_iterations
+        search_path
         server_encoding
         server_version
         session_authorization
@@ -2652,7 +2653,8 @@ const char *PQparameterStatus(const PGconn *conn, const char *paramName);
        (default_transaction_read_only and
        in_hot_standby were not reported by releases before
        14; scram_iterations was not reported by releases
-       before 16.)
+       before 16; search_path was not reported by releases
+       before 18.)
        Note that
        server_version,
        server_encoding and
index 79cd59969264e9ed2d6fc47a47153f43abf6d8aa..11b6456779784d79886a07b4ee07bef4fe14c640 100644 (file)
@@ -1325,6 +1325,7 @@ SELCT 1/0;
      IntervalStyle
      is_superuser
      scram_iterations
+     search_path
      server_encoding
      server_version
      session_authorization
@@ -1334,7 +1335,8 @@ SELCT 1/0;
     (default_transaction_read_only and
     in_hot_standby were not reported by releases before
     14; scram_iterations was not reported by releases
-    before 16.)
+    before 16; search_path was not reported by releases
+    before 18.)
     Note that
     server_version,
     server_encoding and