Skip to content

Commit 4e14a88

Browse files
authored
Remove the platform qualifier for UDS guidance (#428)
1 parent 0398f91 commit 4e14a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conceptual/Npgsql/performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ See [this section](basic-usage.md#strongly-typed-parameters).
6969

7070
## Unix Domain Socket
7171

72-
If you're on Linux or macOS and are connecting to a PostgreSQL server on the same machine, you can boost performance a little by connecting via Unix domain socket rather than via a regular TCP/IP socket. To do this, simply specify the directory of your PostgreSQL sockets in the `Host` connection string parameter - if this parameter starts with a slash, it will be taken to mean a filesystem path.
72+
If you're connecting to a PostgreSQL server on the same machine, you can boost performance a little by connecting via Unix domain socket rather than via a regular TCP/IP socket. To do this, simply specify the directory of your PostgreSQL sockets in the `Host` connection string parameter - if this parameter starts with a slash or drive letter, it will be taken to mean a filesystem path.

0 commit comments

Comments
 (0)