# check_tablespace **Repository Path**: csudata/check_tablespace ## Basic Information - **Project Name**: check_tablespace - **Description**: 本插件主要是在启动数据库的过程中检查表空间的目录是否存在,如果不存在则数据库的启动会失败。目的是在表空间目录还没有mount上时,禁止启动数据库。 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2024-01-23 - **Last Updated**: 2024-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 介绍 本插件主要是在启动数据库的过程中检查表空间的目录是否存在,如果不存在则数据库的启动会失败。目的是在表空间目录还没有mount上时,禁止启动数据库。 ## 安装方法 需要配置到shared_preload_libraries中: ``` shared_preload_libraries = 'check_tablespace' ```