doc: Remove mention to in-place tablespaces for pg_tablespace_location()
authorMichael Paquier <michael@paquier.xyz>
Fri, 18 Mar 2022 01:46:36 +0000 (10:46 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 18 Mar 2022 01:46:36 +0000 (10:46 +0900)
This paragraph has been added in the documentation by f6f0db4, but after
more discussion we found that this just makes things more confusing,
adding some cross-references between a general feature and something
only aimed at being used by developers.  The original documentation is
not wrong either, and this commit brings back this part of the docs to
the same state as before f6f0db4.

Per discussion with Kyotaro Horiguchi and Thomas Munro.

Discussion: https://postgr.es/m/CA+hUKGL2uaRKu=3+bMBpejHh4k7wqzWC05aiasTsSsHGRCWa8g@mail.gmail.com

doc/src/sgml/func.sgml

index 89a5e17884c3ebd1f3cd6a6abf98c178db551e54..8a802fb22531313ae9965f73726e8c87c64cd444 100644 (file)
@@ -23924,13 +23924,7 @@ SELECT currval(pg_get_serial_sequence('sometable', 'id'));
        </para>
        <para>
         Returns the file system path that this tablespace is located in.
-       </para>
-       <para>
-        A relative path to the data directory is returned for tablespaces
-        created when <xref linkend="guc-allow-in-place-tablespaces"/> is
-        enabled.
-       </para>
-       </entry>
+       </para></entry>
       </row>
 
       <row>