PG資料目錄介紹

2022-07-09 10:09:12 字數 878 閱讀 2639

pg資料目錄介紹

pg_version  #pg版本,如10

base/ #每個 database 會在 base 目錄下有乙個子目錄,儲存資料庫檔案

global/ #存放的檔案用於儲存全域性的系統表資訊和全域性控制資訊

pg_commit_ts/ #包含已提交事務的時間

pg_dynshmem/ #包含動態共享記憶體子系統使用的檔案

pg_hba.conf

pg_ident.conf

pg_logical/ #包含邏輯解碼的狀態資料

pg_multixact/ #包含多事務狀態資料(等待鎖定的併發事務

pg_notify/ #包含listen/notify狀態資料

pg_replslot/ #包含複製槽資料

pg_serial/ #包含了已經提交的序列化事務的有關資訊

pg_snapshots/ #包含匯出的快照

pg_stat/ #包含統計子系統的永久檔案

pg_stat_tmp/ #包含統計子系統的臨時檔案

pg_subtrans/ #包含子事務狀態資料

pg_tblspc/ #包含表空間的符號鏈結

pg_twophase/ #包含預備事務的狀態檔案

pg_wal/ #包含wal日誌

pg_xact/

postgresql.auto.conf #乙個用於儲存由alter system 設定的配置引數的檔案

postgresql.conf

postmaster.opts #乙個記錄伺服器最後一次啟動時使用的命令列引數的檔案

server.log #pg操作日誌,如果有報錯也會記錄在這裡

pg學習 資料更新

資料更新 1 插入 語法結構 highgo h insert command insert description create new rows in a table syntax with recursive with query insert into table name column na...

pg 定時刪除 pg資料庫定時任務

postgres本身支援資料庫備份操作,基於安裝路徑下bin目錄下的兩個指令碼檔案pg dump pg dumpall 乙個支援單庫備份,乙個支援整個資料庫備份 這裡實現的是不同機子間的備份,例如我在101.62上面是線上資料庫,我需要定時備份到101.68這台機子上。以下是命令 備份 pg dum...

PG資料向Kingbase移植

裝置表 update my dev tab set description dummy where description is null or description 列字典表 update my col dict set col name chn dummy where col name chn...