Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7a7cd84

Browse files
committed
doc: Remove mention to in-place tablespaces for pg_tablespace_location()
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
1 parent f512efb commit 7a7cd84

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

doc/src/sgml/func.sgml

+1-7
Original file line numberDiff line numberDiff line change
@@ -23924,13 +23924,7 @@ SELECT currval(pg_get_serial_sequence('sometable', 'id'));
2392423924
</para>
2392523925
<para>
2392623926
Returns the file system path that this tablespace is located in.
23927-
</para>
23928-
<para>
23929-
A relative path to the data directory is returned for tablespaces
23930-
created when <xref linkend="guc-allow-in-place-tablespaces"/> is
23931-
enabled.
23932-
</para>
23933-
</entry>
23927+
</para></entry>
2393423928
</row>
2393523929

2393623930
<row>

0 commit comments

Comments
 (0)