From 52b0c516df625098a902eda2552b0104f554a79c Mon Sep 17 00:00:00 2001 From: Hiroshi Saito Date: Wed, 13 Oct 2010 16:24:19 +0000 Subject: [PATCH] Add the specification of GSSPI option. --- docs/config.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/config.html b/docs/config.html index 0a1d1fb..ac82762 100644 --- a/docs/config.html +++ b/docs/config.html @@ -210,6 +210,8 @@ immediately.
  (7.3+) When using prepared statements, prepare them on the server rather than in the driver. This can give a slight performance advantage as the server
        doesn't need to re-parse the statement each time it is used.
  +
  • use gssapi for GSS request: GSSAPI use to AUTH_REQ_GSS request from a server.(only Windows)
     
  • +
  • Int8 As: Define what datatype to report int8 columns as.
     
  • Extra Opts: combination of the following bits.

      -- 2.39.5