From 4c3417d97cdb737ca904d6455679bf0823fe33ae Mon Sep 17 00:00:00 2001 From: Hiroshi Saito Date: Mon, 11 Jun 2007 02:21:36 +0000 Subject: [PATCH] Add the How to specify as a connection option. --- docs/config-opt.html | 470 +++++++++++++++++++++++++++++++++++++++++++ docs/config.html | 13 ++ 2 files changed, 483 insertions(+) create mode 100644 docs/config-opt.html diff --git a/docs/config-opt.html b/docs/config-opt.html new file mode 100644 index 0000000..7c90e91 --- /dev/null +++ b/docs/config-opt.html @@ -0,0 +1,470 @@ + + + + + How to specify as a connection option + + +

+How to specify as a connection option +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Definition + + Keyword + + Abbreviation +
+ Data source description + + Description + + Nothing +
+ Name of Server + + Servername + + Nothing +
+ Postmaster listening port + + Port + + Nothing +
+ User Name + + Username + + Nothing +
+ Password + + Password + + Nothing +
+ Debug flag + + Debug + + B2 +
+ Fetch Max Count + + Fetch + + A7 +
+ Socket buffer size + + Socket + + A8 +
+ Database is read only + + ReadOnly + + A0 +
+ Communication to backend logging + + CommLog + + B3 +
+ PostgreSQL backend protocol + + Protocol + + A1 +
+ Backend enetic optimizer + + Optimizer + + B4 +
+ Keyset query optimization + + Ksqo + + B5 +
+ Send tobackend on connection + + ConnSettings + + A6 +
+ Recognize unique indexes + + UniqueIndex + + Nothing +
+ Unknownresult set sizes + + UnknownSizes + + A9 +
+ Cancel as FreeStmt + + CancelAsFreeStmt + + C1 +
+ Use Declare/Fetch cursors + + UseDeclareFetch + + B6 +
+ Text as LongVarchar + + TextAsLongVarchar + + B7 +
+ Unknowns as LongVarchar + + UnknownsAsLongVarchar + + B8 +
+ Bools as Char + + BoolsAsChar + + B9 +
+ Max Varchar size + + MaxVarcharSize + + B0 +
+ Max LongVarchar size + + MaxLongVarcharSize + + B1 +
+ Fakes a unique index on OID + + FakeOidIndex + + A2 +
+ Includes the OID in SQLColumns + + ShowOidColumn + + A3 +
+ Row Versioning + + RowVersioning + + A4 +
+ Show SystemTables + + ShowSystemTables + + A5 +
+ Parse Statements + + Parse + + C0 +
+ SysTable Prefixes + + ExtraSysTablePrefixes + + C2 +
+ Disallow Premature + + DisallowPremature + + C3 +
+ Updateable Cursors + + UpdatableCursors + + C4 +
+ LF <-> CR/LF conversion + + LFConversion + + C5 +
+ True is -1 + + TrueIsMinus1 + + C6 +
+ Datatype to report int8 columns as + + BI + + Nothing +
+ Bytea as LongVarBinary + + ByteaAsLongVarBinary + + C7 +
+ Use serverside prepare + + UseServerSidePrepare + + C8 +
+ Lower case identifier + + LowerCaseIdentifier + + C9 +
+ SSL mode + + SSLmode + + CA +
+ Extra options + + AB + + Nothing +
+ Abbreviate(simple setup of a recommendation value) + + CX + + Nothing +
+



+

+ + \ No newline at end of file diff --git a/docs/config.html b/docs/config.html index 362d4c3..28b798b 100644 --- a/docs/config.html +++ b/docs/config.html @@ -293,5 +293,18 @@ for debugging problems with the driver.
  to use for this connection. Note that this may not work with third party drivers.

+

How to specify as a connection option

+ +

There is a method of specifying a connection option in a keyword strings.

+

Example:VBA

+ +

Please refer to a keyword list for details.

+ -- 2.39.5