@@ -44,26 +44,16 @@ Client
44
44
the :ref: `DSN Specification <ref_dsn >`.
45
45
46
46
: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;
55
48
56
49
If not specified, the following will be tried, in order:
57
50
58
51
- host address(es) parsed from the *dsn * argument,
59
52
- 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" ``,
62
53
- ``"localhost" ``.
63
54
64
55
: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
67
57
addresses were specified, this parameter may specify a
68
58
sequence of port numbers of the same length as the host sequence,
69
59
or it may specify a single port number to be used for all host
0 commit comments