summaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/psqlodbc.h
diff options
context:
space:
mode:
authorByron Nikolaidis <byronn@insightdist.com>1999-01-06 20:44:08 +0000
committerByron Nikolaidis <byronn@insightdist.com>1999-01-06 20:44:08 +0000
commita1164a25089e98fc7575f31c2dc8fdbed766229b (patch)
treedd0890b5075d88be25a1e9ddd32af285f9674cd6 /src/interfaces/odbc/psqlodbc.h
parentdfa23f5e41b98b8054439a4886621784798949f4 (diff)
downloadpostgresql-a1164a25089e98fc7575f31c2dc8fdbed766229b.tar.gz
Update 06-40-0003
Diffstat (limited to 'src/interfaces/odbc/psqlodbc.h')
-rw-r--r--src/interfaces/odbc/psqlodbc.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/interfaces/odbc/psqlodbc.h b/src/interfaces/odbc/psqlodbc.h
index 7ca86920d9..8fcae8020b 100644
--- a/src/interfaces/odbc/psqlodbc.h
+++ b/src/interfaces/odbc/psqlodbc.h
@@ -39,8 +39,8 @@ typedef UInt4 Oid;
#define DRIVERNAME "PostgreSQL ODBC"
#define DBMS_NAME "PostgreSQL"
-#define DBMS_VERSION "06.40.0002 PostgreSQL 6.4"
-#define POSTGRESDRIVERVERSION "06.40.0002"
+#define DBMS_VERSION "06.40.0003 PostgreSQL 6.4"
+#define POSTGRESDRIVERVERSION "06.40.0003"
#ifdef WIN32
#define DRIVER_FILE_NAME "PSQLODBC.DLL"
@@ -83,6 +83,7 @@ typedef UInt4 Oid;
#define PG62 "6.2" /* "Protocol" key setting to force Postgres 6.2 */
#define PG63 "6.3" /* "Protocol" key setting to force postgres 6.3 */
+#define PG64 "6.4"
typedef struct ConnectionClass_ ConnectionClass;
typedef struct StatementClass_ StatementClass;
@@ -121,6 +122,8 @@ typedef struct GlobalValues_
char cancel_as_freestmt;
char extra_systable_prefixes[MEDIUM_REGISTRY_LEN];
char conn_settings[LARGE_REGISTRY_LEN];
+ char protocol[SMALL_REGISTRY_LEN];
+
FILE* mylogFP;
FILE* qlogFP;
} GLOBAL_VALUES;