Skip to content

Commit 4b8bec6

Browse files
quinchsfantix
authored andcommitted
remove references to unix-domain sockets
1 parent 7d63029 commit 4b8bec6

File tree

2 files changed

+4
-24
lines changed

2 files changed

+4
-24
lines changed

docs/api/asyncio_client.rst

+2-12
Original file line numberDiff line numberDiff line change
@@ -44,26 +44,16 @@ Client
4444
the :ref:`DSN Specification <ref_dsn>`.
4545

4646
:param host:
47-
Database host address as one of the following:
48-
49-
- an IP address or a domain name;
50-
- an absolute path to the directory containing the database
51-
server Unix-domain socket (not supported on Windows);
52-
- a sequence of any of the above, in which case the addresses
53-
will be tried in order, and the host of the first successful
54-
connection will be used for the whole connection pool.
47+
Database host address as an IP address or a domain name;
5548

5649
If not specified, the following will be tried, in order:
5750

5851
- host address(es) parsed from the *dsn* argument,
5952
- the value of the ``EDGEDB_HOST`` environment variable,
60-
- on Unix, common directories used for EdgeDB Unix-domain
61-
sockets: ``"/run/edgedb"`` and ``"/var/run/edgedb"``,
6253
- ``"localhost"``.
6354

6455
:param port:
65-
Port number to connect to at the server host
66-
(or Unix-domain socket file extension). If multiple host
56+
Port number to connect to at the server host. If multiple host
6757
addresses were specified, this parameter may specify a
6858
sequence of port numbers of the same length as the host sequence,
6959
or it may specify a single port number to be used for all host

docs/api/blocking_client.rst

+2-12
Original file line numberDiff line numberDiff line change
@@ -44,26 +44,16 @@ Client
4444
the :ref:`DSN Specification <ref_dsn>`.
4545

4646
:param host:
47-
Database host address as one of the following:
48-
49-
- an IP address or a domain name;
50-
- an absolute path to the directory containing the database
51-
server Unix-domain socket (not supported on Windows);
52-
- a sequence of any of the above, in which case the addresses
53-
will be tried in order, and the host of the first successful
54-
connection will be used for the whole connection pool.
47+
Database host address as an IP address or a domain name;
5548

5649
If not specified, the following will be tried, in order:
5750

5851
- host address(es) parsed from the *dsn* argument,
5952
- the value of the ``EDGEDB_HOST`` environment variable,
60-
- on Unix, common directories used for EdgeDB Unix-domain
61-
sockets: ``"/run/edgedb"`` and ``"/var/run/edgedb"``,
6253
- ``"localhost"``.
6354

6455
:param port:
65-
Port number to connect to at the server host
66-
(or Unix-domain socket file extension). If multiple host
56+
Port number to connect to at the server host. If multiple host
6757
addresses were specified, this parameter may specify a
6858
sequence of port numbers of the same length as the host sequence,
6959
or it may specify a single port number to be used for all host

0 commit comments

Comments
 (0)