Skip to content

Commit

Permalink
feat: PostgreSQL storage management
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdrivingduck committed Jul 27, 2024
1 parent 95a7694 commit 315b198
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/.vuepress/configs/sidebar/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ export const sidebarEn: SidebarConfig = {
link: "/notes/PostgreSQL/",
children: [
"/notes/PostgreSQL/PostgreSQL Analyze.md",
"/notes/PostgreSQL/PostgreSQL Atomics.md",
"/notes/PostgreSQL/PostgreSQL COPY FROM.md",
"/notes/PostgreSQL/PostgreSQL COPY TO.md",
"/notes/PostgreSQL/PostgreSQL Executor Append.md",
Expand All @@ -288,10 +289,12 @@ export const sidebarEn: SidebarConfig = {
"/notes/PostgreSQL/PostgreSQL FDW Async Execution.md",
"/notes/PostgreSQL/PostgreSQL GUC.md",
"/notes/PostgreSQL/PostgreSQL Locking.md",
"/notes/PostgreSQL/PostgreSQL LWLock.md",
"/notes/PostgreSQL/PostgreSQL Plan Hint GUC.md",
"/notes/PostgreSQL/PostgreSQL Process Activity.md",
"/notes/PostgreSQL/PostgreSQL Query Execution.md",
"/notes/PostgreSQL/PostgreSQL Spinlock.md",
"/notes/PostgreSQL/PostgreSQL Storage Management.md",
"/notes/PostgreSQL/PostgreSQL VFD.md",
],
},
Expand Down

0 comments on commit 315b198

Please sign in to comment.