diff options
author | Byron Nikolaidis <byronn@insightdist.com> | 1998-06-08 16:15:12 +0000 |
---|---|---|
committer | Byron Nikolaidis <byronn@insightdist.com> | 1998-06-08 16:15:12 +0000 |
commit | 0e708e595ebad1774df0ef7ff45f995955f762ee (patch) | |
tree | 9912b323b0e801b162a7ac2e3b394aea56de0c02 /src/interfaces/odbc/dlg_specific.h | |
parent | 556e603b257df487106eff829a8a4040b0d7aca4 (diff) | |
download | postgresql-0e708e595ebad1774df0ef7ff45f995955f762ee.tar.gz postgresql-0e708e595ebad1774df0ef7ff45f995955f762ee.zip |
Update driver to official 6.30.0244 release.
Diffstat (limited to 'src/interfaces/odbc/dlg_specific.h')
-rw-r--r-- | src/interfaces/odbc/dlg_specific.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interfaces/odbc/dlg_specific.h b/src/interfaces/odbc/dlg_specific.h index bedf2229371..3c4ac4a6004 100644 --- a/src/interfaces/odbc/dlg_specific.h +++ b/src/interfaces/odbc/dlg_specific.h @@ -56,6 +56,7 @@ #define INI_FAKEOIDINDEX "FakeOidIndex" #define INI_SHOWOIDCOLUMN "ShowOidColumn" #define INI_SHOWSYSTEMTABLES "ShowSystemTables" +#define INI_LIE "Lie" #define INI_EXTRASYSTABLEPREFIXES "ExtraSysTablePrefixes" /* Connection Defaults */ @@ -74,6 +75,7 @@ #define DEFAULT_FAKEOIDINDEX 0 #define DEFAULT_SHOWOIDCOLUMN 0 #define DEFAULT_SHOWSYSTEMTABLES 0 // dont show system tables +#define DEFAULT_LIE 0 #define DEFAULT_EXTRASYSTABLEPREFIXES "dd_;" |