Skip to content

Commit 7e02cc9

Browse files
committed
feat: PostgreSQL storage management
1 parent 95a7694 commit 7e02cc9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/.vuepress/configs/sidebar/en.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ export const sidebarEn: SidebarConfig = {
274274
link: "/notes/PostgreSQL/",
275275
children: [
276276
"/notes/PostgreSQL/PostgreSQL Analyze.md",
277+
"/notes/PostgreSQL/PostgreSQL Atomics.md",
277278
"/notes/PostgreSQL/PostgreSQL COPY FROM.md",
278279
"/notes/PostgreSQL/PostgreSQL COPY TO.md",
279280
"/notes/PostgreSQL/PostgreSQL Executor Append.md",
@@ -288,10 +289,12 @@ export const sidebarEn: SidebarConfig = {
288289
"/notes/PostgreSQL/PostgreSQL FDW Async Execution.md",
289290
"/notes/PostgreSQL/PostgreSQL GUC.md",
290291
"/notes/PostgreSQL/PostgreSQL Locking.md",
292+
"/notes/PostgreSQL/PostgreSQL LWLock.md",
291293
"/notes/PostgreSQL/PostgreSQL Plan Hint GUC.md",
292294
"/notes/PostgreSQL/PostgreSQL Process Activity.md",
293295
"/notes/PostgreSQL/PostgreSQL Query Execution.md",
294296
"/notes/PostgreSQL/PostgreSQL Spinlock.md",
297+
"/notes/PostgreSQL/PostgreSQL Storage Management.md",
295298
"/notes/PostgreSQL/PostgreSQL VFD.md",
296299
],
297300
},

0 commit comments

Comments
 (0)