Skip to content

Commit 3fd1d01

Browse files
committed
Docs tweak
1 parent d391ad5 commit 3fd1d01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
This .NET library extends [Npgsql](https://www.npgsql.org/) functions to simplify certain PostgreSQL tasks, including:
44
- [BulkAdd](#bulkadd-npgsqlconnection-extension) (using PostgreSQL COPY function)
55
- [BulkAddAsync](#bulkadd-npgsqlconnection-extension) (using PostgreSQL COPY function)
6-
- [CopyTableAsTemp]() - Creates an empty temporary table that mirrors an existing table
7-
- [CopyTableAsTempAsync]() - Creates an empty temporary table that mirrors an existing table
6+
- [CopyTableAsTemp](#copytableastemp-npgsqlconnection-extension) - Creates an empty temporary table that mirrors an existing table
7+
- [CopyTableAsTempAsync](#copytableastemp-npgsqlconnection-extension) - Creates an empty temporary table that mirrors an existing table
88

99
## BulkAdd (NpgsqlConnection extension)
1010
This command utilizes the PostgreSQL COPY function to perform an optimized insert of .NET objects into a PostgreSQL database table of your choice.

0 commit comments

Comments
 (0)