設定 AlloyDB Omni 資料庫旗標

選取說明文件版本:

如要設定 AlloyDB Omni 的資料庫旗標,請在 postgresql.conf 檔案中新增或更新大一統設定 (GUC) 參數。

新增或更新 GUC 參數

更新及新增 GUC 參數的方法有幾種。本文將介紹最基本的方法,也就是編輯 postgresql.conf 檔案。詳情請參閱 PostgreSQL 說明文件中的「設定參數」。

如要透過編輯 postgresql.config 檔案新增或更新 GUC 參數,請執行下列步驟:

  1. 找出 AlloyDB Omni 安裝作業的 postgresql.conf 設定檔。

  2. 使用文字編輯器在 postgresql.conf 中新增或更新資料庫旗標。

    舉例來說,如要強制執行密碼到期,請在 postgresql.conf 檔案中設定下列旗標:

    password.enforce_expiration = ON
    
  3. 新增或編輯資料庫標記後,請重新載入 postgresql.conf 檔案,變更才會生效。舉例來說,如果您使用 Docker 安裝 AlloyDB Omni,請執行下列指令重新啟動 Docker 執行個體,並重新載入 postgresql.conf

    docker restart CONTAINER-NAME