diff options
author | Michael Meskes <meskes@postgresql.org> | 2003-02-14 13:17:13 +0000 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2003-02-14 13:17:13 +0000 |
commit | 3a335375a961f28053195b2fda15dbe4d40ffc4a (patch) | |
tree | 4c32edb2cc0735eecc10ed4d33b90fc35666269e /src/interfaces/ecpg/include/ecpg_informix.h | |
parent | aa874ee0d7fcf57257f1c405d81e99503fe0d593 (diff) | |
download | postgresql-3a335375a961f28053195b2fda15dbe4d40ffc4a.tar.gz postgresql-3a335375a961f28053195b2fda15dbe4d40ffc4a.zip |
- Synced parser and keyword file.
- More work on Informix compatibility.
Diffstat (limited to 'src/interfaces/ecpg/include/ecpg_informix.h')
-rw-r--r-- | src/interfaces/ecpg/include/ecpg_informix.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/include/ecpg_informix.h b/src/interfaces/ecpg/include/ecpg_informix.h new file mode 100644 index 00000000000..a50275de230 --- /dev/null +++ b/src/interfaces/ecpg/include/ecpg_informix.h @@ -0,0 +1,6 @@ +/* + * This file contains stuff needed to be as compatible to Informix as possible. + */ + +#define SQLNOTFOUND 100 + |