You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spiceaidocs/docs/data-connectors/postgres/index.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,10 @@ The connection to PostgreSQL can be configured by providing the following `param
24
24
- `pg_user`: The username to connect with.
25
25
- `pg_pass_key`: The secret key containing the password to connect with.
26
26
- `pg_pass`: The raw password to connect with, ignored if `pg_pass_key` is provided.
27
+
- `pg_sslmode`: Optional parameter, specifies the SSL/TLS behavior for the connection, supported values:
28
+
- `prefer`: (default) This mode will try to establish a secure SSL connection if possible, but will connect insecurely if the server does not support SSL.
29
+
- `required`: This mode requires an SSL connection. If a secure connection cannot be established, server will not connect.
30
+
- `disable`: This mode will not attempt to use an SSL connection, even if the server supports it.
27
31
28
32
Configuration `params` are provided either in the top level `dataset` for a dataset source and federated SQL query, or in the `acceleration` section for a data store.
0 commit comments