Re: pg_upgrade fails with in-place tablespace[ - Mailing list pgsql-hackers

From Rui Zhao
Subject Re: pg_upgrade fails with in-place tablespace[
Date
Msg-id 92e6c2ca-7336-4cfa-9ffd-857b2af5f265.xiyuan.zr@alibaba-inc.com
Whole thread Raw
In response to Re: pg_upgrade fails with in-place tablespace[  (Michael Paquier <michael@paquier.xyz>)
Responses Re: pg_upgrade fails with in-place tablespace[
Re: pg_upgrade fails with in-place tablespace[
List pgsql-hackers
Thank you for your response. It is evident that there is a need
for this features in our system.
Firstly, our customers express their desire to utilize tablespaces
for table management, without necessarily being concerned about
the directory location of these tablespaces.
Secondly, currently PG only supports absolute-path tablespaces, but
in-place tablespaces are very likely to become popular in the future.
Therefore, it is essential to incorporate support for in-place
tablespaces in the pg_upgrade feature. I intend to implement
this functionality in our system to accommodate our customers'
requirements.
It would be highly appreciated if the official PG could also
incorporate support for this feature.

--
Best regards,
Rui Zhao

pgsql-hackers by date:

Previous
From: "Zhijie Hou (Fujitsu)"
Date:
Subject: RE: persist logical slots to disk during shutdown checkpoint
Next
From: "Zhijie Hou (Fujitsu)"
Date:
Subject: RE: Subscription statistics are not dropped at DROP SUBSCRIPTION in some cases