diff options
-rw-r--r-- | src/interfaces/odbc/psqlodbc.reg | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/interfaces/odbc/psqlodbc.reg b/src/interfaces/odbc/psqlodbc.reg new file mode 100644 index 00000000000..ac4322f9420 --- /dev/null +++ b/src/interfaces/odbc/psqlodbc.reg @@ -0,0 +1,17 @@ +REGEDIT4
+
+[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI]
+
+[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\ODBC Drivers]
+"PostgreSQL"="Installed"
+
+[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\PostgreSQL]
+"APILevel"="1"
+"ConnectFunctions"="YYN"
+"Driver"="PSQLODBC.DLL"
+"DriverODBCVer"="02.50"
+"FileUsage"="0"
+"Setup"="PSQLODBC.DLL"
+"SQLLevel"="1"
+"UsageCount"=dword:00000001
+
|