diff options
-rw-r--r-- | doc/src/sgml/func.sgml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 89a5e17884c..8a802fb2253 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -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> |