Ingres Versions
From Ingres Community Wiki
The table below contains a list of all known versions of Ingres since Ingres 6.0. Included in the table is the version string and internal version number as contained in the system table iidbcapabilities. To get this information from your Ingres installation use the following query:
echo "select dbmsinfo('_version'), cap_capability, cap_value from iidbcapabilities where cap_capability like '%LEVEL%'\p\g" | sql iidbdb
[edit]
Table of versions
| internal_version | version_string | notes |
|---|---|---|
| 00600 | None | Ingres 6.0 |
| 00601 | None | Ingres 6.1 |
| 00602 | None | Ingres 6.2 |
| 00603 | None | Ingres 6.3 |
| 00604 | 6.4/06 | Ingres 6.4 |
| 00604 | 6.4/07 | Ingres 6.4 |
| 00605 | OI 1.2/01 | OpenIngres 1.x |
| 00800 | II 2.0/0001 | OpenIngres 2.0 and Ingres II 2.0 |
| 00800 | II 2.0/0308 | OpenIngres 2.0 and Ingres II 2.0 |
| 00800 | II 2.0/9808 | OpenIngres 2.0 and Ingres II 2.0 |
| 00800 | OI 2.0/9712 | OpenIngres 2.0 and Ingres II 2.0 |
| 00850 | II 2.5/0011 | Ingres II 2.5 |
| 00860 | II 2.6/0305 | Advantage Ingres Enterprise Relational Database Version 2.6 (!) |
| 00900 | None | Ingres r3 |
| 00902 | II 3.0.2 | Ingres r3 |
| 00902 | II 3.0.3 | Ingres r3 |
| 00904 | II 9.0.4 | Ingres 2006 |
| 00910 | II 9.1.0 | Ingres 2006 r2 |
| 00910 | II 9.1.1 | Ingres 2006 r2 (sp1) |
| 00920 | II 9.2.0 | 9.2 - beta name Ingres 2006 r3 |
If your version of Ingres is not listed here please send the results from the above query to Chris Clark.

