Skip to content

Commit

Permalink
feat: PostgreSQL WAL insert and multi-insert
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdrivingduck committed Oct 27, 2024
1 parent a924704 commit 66fb1fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/.vuepress/configs/sidebar/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,12 +290,14 @@ export const sidebarEn: SidebarConfig = {
"/notes/PostgreSQL/PostgreSQL GUC.md",
"/notes/PostgreSQL/PostgreSQL Locking.md",
"/notes/PostgreSQL/PostgreSQL LWLock.md",
"/notes/PostgreSQL/PostgreSQL Multi-Insert.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",
"/notes/PostgreSQL/PostgreSQL WAL Insert.md",
],
},
{
Expand Down

0 comments on commit 66fb1fd

Please sign in to comment.