Skip to content

Commit

Permalink
feat: PostgreSQL COPY FROM/TO
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdrivingduck committed Sep 30, 2023
1 parent d2ae905 commit 86215ab
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 @@ -274,6 +274,8 @@ export const sidebarEn: SidebarConfig = {
link: "/notes/PostgreSQL/",
children: [
"/notes/PostgreSQL/PostgreSQL Analyze.md",
"/notes/PostgreSQL/PostgreSQL COPY FROM.md",
"/notes/PostgreSQL/PostgreSQL COPY TO.md",
"/notes/PostgreSQL/PostgreSQL Executor Append.md",
"/notes/PostgreSQL/PostgreSQL Executor Group.md",
"/notes/PostgreSQL/PostgreSQL Executor Limit.md",
Expand Down
2 changes: 1 addition & 1 deletion docs/notes

0 comments on commit 86215ab

Please sign in to comment.