53
54.2. Genetic Algorithms ............................................................................................1928
54.3. Genetic Query Optimization (GEQO) in PostgreSQL.......................................1929
54.3.1. Generating Possible Plans with GEQO..................................................1930
54.3.2. Future Implementation Tasks for PostgreSQL GEQO..........................1930
54.4. Further Reading..................................................................................................1931
55. Index Access Method Interface Definition .....................................................................1932
55.1. Catalog Entries for Indexes ................................................................................1932
55.2. Index Access Method Functions.........................................................................1933
55.3. Index Scanning...................................................................................................1937
55.4. Index Locking Considerations............................................................................1938
55.5. Index Uniqueness Checks...................................................................................1939
55.6. Index Cost Estimation Functions........................................................................1941
56. GiST Indexes...................................................................................................................1944
56.1. Introduction........................................................................................................1944
56.2. Built-in Operator Classes ...................................................................................1944
56.3. Extensibility........................................................................................................1945
56.4. Implementation...................................................................................................1952
56.4.1. GiST buffering build..............................................................................1952
56.5. Examples ............................................................................................................1952
57. SP-GiST Indexes.............................................................................................................1954
57.1. Introduction........................................................................................................1954
57.2. Built-in Operator Classes ...................................................................................1954
57.3. Extensibility........................................................................................................1954
57.4. Implementation...................................................................................................1961
57.4.1. SP-GiST Limits......................................................................................1961
57.4.2. SP-GiST Without Node Labels..............................................................1961
57.4.3. “All-the-same” Inner Tuples..................................................................1961
57.5. Examples ............................................................................................................1962
58. GIN Indexes ....................................................................................................................1963
58.1. Introduction........................................................................................................1963
58.2. Built-in Operator Classes ...................................................................................1963
58.3. Extensibility........................................................................................................1964
58.4. Implementation...................................................................................................1967
58.4.1. GIN Fast Update Technique...................................................................1967
58.4.2. Partial Match Algorithm ........................................................................1967
58.5. GIN Tips and Tricks ...........................................................................................1968
58.6. Limitations..........................................................................................................1968
58.7. Examples ............................................................................................................1969
59. Database Physical Storage ..............................................................................................1970
59.1. Database File Layout..........................................................................................1970
59.2. TOAST ...............................................................................................................1972
59.3. Free Space Map..................................................................................................1974
59.4. Visibility Map.....................................................................................................1974
59.5. The Initialization Fork........................................................................................1975
59.6. Database Page Layout ........................................................................................1975
60. BKI Backend Interface....................................................................................................1978
60.1. BKI File Format .................................................................................................1978
60.2. BKI Commands..................................................................................................1978
60.3. Structure of the Bootstrap BKI File....................................................................1979
60.4. Example..............................................................................................................1980
61. How the Planner Uses Statistics......................................................................................1981
61.1. Row Estimation Examples..................................................................................1981
xxxii
52
VIII. Appendixes...........................................................................................................................1987
A. PostgreSQL Error Codes..................................................................................................1988
B. Date/Time Support...........................................................................................................1996
B.1. Date/Time Input Interpretation............................................................................1996
B.2. Date/Time Key Words..........................................................................................1997
B.3. Date/Time Configuration Files ............................................................................1998
B.4. History of Units ...................................................................................................1999
C. SQL Key Words................................................................................................................2001
D. SQL Conformance ...........................................................................................................2024
D.1. Supported Features ..............................................................................................2025
D.2. Unsupported Features..........................................................................................2040
E. Release Notes ...................................................................................................................2055
E.1. Release 9.4.7........................................................................................................2055
E.1.1. Migration to Version 9.4.7.......................................................................2055
E.1.2. Changes ...................................................................................................2055
E.2. Release 9.4.6........................................................................................................2057
E.2.1. Migration to Version 9.4.6.......................................................................2057
E.2.2. Changes ...................................................................................................2057
E.3. Release 9.4.5........................................................................................................2061
E.3.1. Migration to Version 9.4.5.......................................................................2061
E.3.2. Changes ...................................................................................................2061
E.4. Release 9.4.4........................................................................................................2065
E.4.1. Migration to Version 9.4.4.......................................................................2066
E.4.2. Changes ...................................................................................................2066
E.5. Release 9.4.3........................................................................................................2067
E.5.1. Migration to Version 9.4.3.......................................................................2067
E.5.2. Changes ...................................................................................................2067
E.6. Release 9.4.2........................................................................................................2067
E.6.1. Migration to Version 9.4.2.......................................................................2068
E.6.2. Changes ...................................................................................................2068
E.7. Release 9.4.1........................................................................................................2072
E.7.1. Migration to Version 9.4.1.......................................................................2072
E.7.2. Changes ...................................................................................................2073
E.8. Release 9.4...........................................................................................................2076
E.8.1. Overview .................................................................................................2076
E.8.2. Migration to Version 9.4..........................................................................2076
E.8.3. Changes ...................................................................................................2078
E.8.3.1. Server..........................................................................................2078
E.8.3.1.1. Indexes............................................................................2079
E.8.3.1.2. General Performance......................................................2079
E.8.3.1.3. Monitoring......................................................................2080
E.8.3.1.4. SSL.................................................................................2080
E.8.3.1.5. Server Settings................................................................2080
E.8.3.2. Replication and Recovery...........................................................2081
E.8.3.2.1. Logical Decoding...........................................................2082
E.8.3.3. Queries........................................................................................2082
E.8.3.4. Utility Commands.......................................................................2082
E.8.3.4.1. EXPLAIN.......................................................................2083
E.8.3.4.2. Views..............................................................................2083
E.8.3.5. Object Manipulation...................................................................2083
E.8.3.6. Data Types ..................................................................................2084
xxxiii
53
E.8.3.6.1. JSON..............................................................................2084
E.8.3.7. Functions.....................................................................................2085
E.8.3.7.1. System Information Functions.......................................2085
E.8.3.7.2. Aggregates......................................................................2086
E.8.3.8. Server-Side Languages ...............................................................2086
E.8.3.8.1. PL/pgSQL Server-Side Language..................................2086
E.8.3.9. libpq............................................................................................2086
E.8.3.10. Client Applications...................................................................2086
E.8.3.10.1. psql...............................................................................2087
E.8.3.10.1.1. Backslash Commands......................................2087
E.8.3.10.2. pg_dump.......................................................................2088
E.8.3.10.3. pg_basebackup.............................................................2088
E.8.3.11. Source Code..............................................................................2088
E.8.3.12. Additional Modules ..................................................................2089
E.8.3.12.1. pgbench ........................................................................2090
E.8.3.12.2. pg_stat_statements .......................................................2090
E.9. Release 9.3.12......................................................................................................2091
E.9.1. Migration to Version 9.3.12.....................................................................2091
E.9.2. Changes ...................................................................................................2091
E.10. Release 9.3.11....................................................................................................2092
E.10.1. Migration toVersion 9.3.11...................................................................2092
E.10.2. Changes .................................................................................................2092
E.11. Release 9.3.10....................................................................................................2096
E.11.1. Migration toVersion 9.3.10...................................................................2096
E.11.2. Changes .................................................................................................2096
E.12. Release 9.3.9......................................................................................................2100
E.12.1. Migration toVersion 9.3.9.....................................................................2100
E.12.2. Changes .................................................................................................2100
E.13. Release 9.3.8......................................................................................................2101
E.13.1. Migration toVersion 9.3.8.....................................................................2101
E.13.2. Changes .................................................................................................2101
E.14. Release 9.3.7......................................................................................................2102
E.14.1. Migration toVersion 9.3.7.....................................................................2102
E.14.2. Changes .................................................................................................2102
E.15. Release 9.3.6......................................................................................................2106
E.15.1. Migration toVersion 9.3.6.....................................................................2106
E.15.2. Changes .................................................................................................2107
E.16. Release 9.3.5......................................................................................................2114
E.16.1. Migration toVersion 9.3.5.....................................................................2114
E.16.2. Changes .................................................................................................2114
E.17. Release 9.3.4......................................................................................................2118
E.17.1. Migration toVersion 9.3.4.....................................................................2118
E.17.2. Changes .................................................................................................2119
E.18. Release 9.3.3......................................................................................................2120
E.18.1. Migration toVersion 9.3.3.....................................................................2120
E.18.2. Changes .................................................................................................2121
E.19. Release 9.3.2......................................................................................................2126
E.19.1. Migration toVersion 9.3.2.....................................................................2126
E.19.2. Changes .................................................................................................2126
E.20. Release 9.3.1......................................................................................................2129
E.20.1. Migration toVersion 9.3.1.....................................................................2129
E.20.2. Changes .................................................................................................2129
xxxiv
C# Word - Word Conversion in C#.NET using other external third-party dependencies like Adobe Acrobat. Word SDK to convert Word document to PDF document. demo code for Word to TIFF image conversion
add image field to pdf form; add jpg to pdf preview
59
E.21. Release 9.3.........................................................................................................2130
E.21.1. Overview...............................................................................................2130
E.21.2. Migration toVersion 9.3........................................................................2130
E.21.2.1. Server Settings..........................................................................2131
E.21.2.2. Other .........................................................................................2131
E.21.3. Changes .................................................................................................2132
E.21.3.1. Server ........................................................................................2132
E.21.3.1.1. Locking.........................................................................2132
E.21.3.1.2. Indexes..........................................................................2132
E.21.3.1.3. Optimizer......................................................................2132
E.21.3.1.4. General Performance....................................................2133
E.21.3.1.5. Monitoring....................................................................2133
E.21.3.1.6. Authentication..............................................................2133
E.21.3.1.7. Server Settings..............................................................2134
E.21.3.2. Replication and Recovery.........................................................2134
E.21.3.3. Queries......................................................................................2135
E.21.3.4. Object Manipulation.................................................................2135
E.21.3.4.1.
ALTER
...........................................................................2136
E.21.3.4.2.
VIEWs
...........................................................................2136
E.21.3.5. Data Types ................................................................................2136
E.21.3.5.1.
JSON
.............................................................................2136
E.21.3.6. Functions...................................................................................2137
E.21.3.7. Server-Side Languages .............................................................2137
E.21.3.7.1. PL/pgSQL Server-Side Language................................2137
E.21.3.7.2. PL/Python Server-Side Language ................................2137
E.21.3.8. Server Programming Interface (SPI) ........................................2138
E.21.3.9. Client Applications...................................................................2138
E.21.3.9.1. psql...............................................................................2138
E.21.3.9.1.1. Backslash Commands......................................2138
E.21.3.9.1.2. Output..............................................................2139
E.21.3.9.2. pg_dump.......................................................................2139
E.21.3.9.3. initdb.............................................................................2139
E.21.3.10. Source Code............................................................................2140
E.21.3.11. Additional Modules ................................................................2141
E.21.3.11.1. pg_upgrade.................................................................2141
E.21.3.11.2. pgbench......................................................................2142
E.21.3.12. Documentation........................................................................2142
E.22. Release 9.2.16....................................................................................................2142
E.22.1. Migration toVersion 9.2.16...................................................................2143
E.22.2. Changes .................................................................................................2143
E.23. Release 9.2.15....................................................................................................2144
E.23.1. Migration toVersion 9.2.15...................................................................2144
E.23.2. Changes .................................................................................................2144
E.24. Release 9.2.14....................................................................................................2147
E.24.1. Migration toVersion 9.2.14...................................................................2147
E.24.2. Changes .................................................................................................2148
E.25. Release 9.2.13....................................................................................................2151
E.25.1. Migration toVersion 9.2.13...................................................................2151
E.25.2. Changes .................................................................................................2151
E.26. Release 9.2.12....................................................................................................2152
E.26.1. Migration toVersion 9.2.12...................................................................2152
E.26.2. Changes .................................................................................................2152
xxxv
55
E.27. Release 9.2.11....................................................................................................2152
E.27.1. Migration toVersion 9.2.11...................................................................2153
E.27.2. Changes .................................................................................................2153
E.28. Release 9.2.10....................................................................................................2156
E.28.1. Migration toVersion 9.2.10...................................................................2157
E.28.2. Changes .................................................................................................2157
E.29. Release 9.2.9......................................................................................................2163
E.29.1. Migration toVersion 9.2.9.....................................................................2163
E.29.2. Changes .................................................................................................2163
E.30. Release 9.2.8......................................................................................................2166
E.30.1. Migration toVersion 9.2.8.....................................................................2166
E.30.2. Changes .................................................................................................2166
E.31. Release 9.2.7......................................................................................................2168
E.31.1. Migration toVersion 9.2.7.....................................................................2168
E.31.2. Changes .................................................................................................2168
E.32. Release 9.2.6......................................................................................................2172
E.32.1. Migration toVersion 9.2.6.....................................................................2172
E.32.2. Changes .................................................................................................2172
E.33. Release 9.2.5......................................................................................................2174
E.33.1. Migration toVersion 9.2.5.....................................................................2174
E.33.2. Changes .................................................................................................2174
E.34. Release 9.2.4......................................................................................................2176
E.34.1. Migration toVersion 9.2.4.....................................................................2176
E.34.2. Changes .................................................................................................2177
E.35. Release 9.2.3......................................................................................................2179
E.35.1. Migration toVersion 9.2.3.....................................................................2179
E.35.2. Changes .................................................................................................2179
E.36. Release 9.2.2......................................................................................................2182
E.36.1. Migration toVersion 9.2.2.....................................................................2182
E.36.2. Changes .................................................................................................2182
E.37. Release 9.2.1......................................................................................................2186
E.37.1. Migration toVersion 9.2.1.....................................................................2187
E.37.2. Changes .................................................................................................2187
E.38. Release 9.2.........................................................................................................2188
E.38.1. Overview...............................................................................................2188
E.38.2. Migration toVersion 9.2........................................................................2188
E.38.2.1. System Catalogs........................................................................2189
E.38.2.2. Functions...................................................................................2189
E.38.2.3. Object Modification..................................................................2189
E.38.2.4. Command-Line Tools ...............................................................2190
E.38.2.5. Server Settings..........................................................................2190
E.38.2.6. Monitoring................................................................................2190
E.38.3. Changes .................................................................................................2191
E.38.3.1. Server ........................................................................................2191
E.38.3.1.1. Performance .................................................................2191
E.38.3.1.2. Process Management....................................................2192
E.38.3.1.3. Optimizer......................................................................2192
E.38.3.1.4. Authentication..............................................................2193
E.38.3.1.5. Monitoring....................................................................2193
E.38.3.1.6. Statistical Views ...........................................................2194
E.38.3.1.7. Server Settings..............................................................2194
E.38.3.1.7.1.
postgresql.conf
.........................................2195
xxxvi
57
E.38.3.2. Replication and Recovery.........................................................2195
E.38.3.3. Queries......................................................................................2195
E.38.3.4. Object Manipulation.................................................................2196
E.38.3.4.1. Constraints....................................................................2196
E.38.3.4.2.
ALTER
...........................................................................2196
E.38.3.4.3.
CREATE TABLE
............................................................2197
E.38.3.4.4. Object Permissions.......................................................2197
E.38.3.5. Utility Operations .....................................................................2198
E.38.3.6. Data Types ................................................................................2198
E.38.3.7. Functions...................................................................................2198
E.38.3.8. Information Schema..................................................................2199
E.38.3.9. Server-Side Languages .............................................................2199
E.38.3.9.1. PL/pgSQL Server-Side Language................................2200
E.38.3.9.2. PL/Python Server-Side Language ................................2200
E.38.3.9.3. SQL Server-Side Language..........................................2200
E.38.3.10. Client Applications .................................................................2200
E.38.3.10.1. psql.............................................................................2200
E.38.3.10.2. Informational Commands...........................................2201
E.38.3.10.3. Tab Completion..........................................................2201
E.38.3.10.4. pg_dump.....................................................................2202
E.38.3.11. libpq........................................................................................2202
E.38.3.12. Source Code............................................................................2203
E.38.3.13. Additional Modules ................................................................2203
E.38.3.13.1. pg_upgrade.................................................................2204
E.38.3.13.2. pg_stat_statements .....................................................2204
E.38.3.13.3. sepgsql........................................................................2205
E.38.3.14. Documentation........................................................................2205
E.39. Release 9.1.21....................................................................................................2205
E.39.1. Migration toVersion 9.1.21...................................................................2205
E.39.2. Changes .................................................................................................2206
E.40. Release 9.1.20....................................................................................................2207
E.40.1. Migration toVersion 9.1.20...................................................................2207
E.40.2. Changes .................................................................................................2207
E.41. Release 9.1.19....................................................................................................2210
E.41.1. Migration toVersion 9.1.19...................................................................2210
E.41.2. Changes .................................................................................................2210
E.42. Release 9.1.18....................................................................................................2213
E.42.1. Migration toVersion 9.1.18...................................................................2214
E.42.2. Changes .................................................................................................2214
E.43. Release 9.1.17....................................................................................................2214
E.43.1. Migration toVersion 9.1.17...................................................................2214
E.43.2. Changes .................................................................................................2214
E.44. Release 9.1.16....................................................................................................2215
E.44.1. Migration toVersion 9.1.16...................................................................2215
E.44.2. Changes .................................................................................................2215
E.45. Release 9.1.15....................................................................................................2219
E.45.1. Migration toVersion 9.1.15...................................................................2219
E.45.2. Changes .................................................................................................2219
E.46. Release 9.1.14....................................................................................................2224
E.46.1. Migration toVersion 9.1.14...................................................................2225
E.46.2. Changes .................................................................................................2225
E.47. Release 9.1.13....................................................................................................2227
xxxvii
53
E.47.1. Migration toVersion 9.1.13...................................................................2227
E.47.2. Changes .................................................................................................2227
E.48. Release 9.1.12....................................................................................................2228
E.48.1. Migration toVersion 9.1.12...................................................................2229
E.48.2. Changes .................................................................................................2229
E.49. Release 9.1.11....................................................................................................2232
E.49.1. Migration toVersion 9.1.11...................................................................2232
E.49.2. Changes .................................................................................................2232
E.50. Release 9.1.10....................................................................................................2234
E.50.1. Migration toVersion 9.1.10...................................................................2234
E.50.2. Changes .................................................................................................2234
E.51. Release 9.1.9......................................................................................................2236
E.51.1. Migration toVersion 9.1.9.....................................................................2236
E.51.2. Changes .................................................................................................2236
E.52. Release 9.1.8......................................................................................................2238
E.52.1. Migration toVersion 9.1.8.....................................................................2238
E.52.2. Changes .................................................................................................2239
E.53. Release 9.1.7......................................................................................................2240
E.53.1. Migration toVersion 9.1.7.....................................................................2240
E.53.2. Changes .................................................................................................2241
E.54. Release 9.1.6......................................................................................................2243
E.54.1. Migration toVersion 9.1.6.....................................................................2243
E.54.2. Changes .................................................................................................2244
E.55. Release 9.1.5......................................................................................................2245
E.55.1. Migration toVersion 9.1.5.....................................................................2245
E.55.2. Changes .................................................................................................2245
E.56. Release 9.1.4......................................................................................................2248
E.56.1. Migration toVersion 9.1.4.....................................................................2248
E.56.2. Changes .................................................................................................2248
E.57. Release 9.1.3......................................................................................................2251
E.57.1. Migration toVersion 9.1.3.....................................................................2251
E.57.2. Changes .................................................................................................2251
E.58. Release 9.1.2......................................................................................................2255
E.58.1. Migration toVersion 9.1.2.....................................................................2255
E.58.2. Changes .................................................................................................2256
E.59. Release 9.1.1......................................................................................................2259
E.59.1. Migration toVersion 9.1.1.....................................................................2260
E.59.2. Changes .................................................................................................2260
E.60. Release 9.1.........................................................................................................2260
E.60.1. Overview...............................................................................................2260
E.60.2. Migration toVersion 9.1........................................................................2261
E.60.2.1. Strings.......................................................................................2261
E.60.2.2. Casting......................................................................................2261
E.60.2.3. Arrays........................................................................................2261
E.60.2.4. Object Modification..................................................................2262
E.60.2.5. Server Settings..........................................................................2262
E.60.2.6. PL/pgSQL Server-Side Language.............................................2262
E.60.2.7. Contrib......................................................................................2262
E.60.2.8. Other Incompatibilities.............................................................2263
E.60.3. Changes .................................................................................................2263
E.60.3.1. Server ........................................................................................2263
E.60.3.1.1. Performance .................................................................2263
xxxviii
65
E.60.3.1.2. Optimizer......................................................................2264
E.60.3.1.3. Authentication..............................................................2264
E.60.3.1.4. Monitoring....................................................................2264
E.60.3.1.5. Statistical Views ...........................................................2265
E.60.3.1.6. Server Settings..............................................................2265
E.60.3.2. Replication and Recovery.........................................................2265
E.60.3.2.1. Streaming Replication and Continuous Archiving.......2265
E.60.3.2.2. Replication Monitoring................................................2266
E.60.3.2.3. Hot Standby..................................................................2266
E.60.3.2.4. Recovery Control .........................................................2266
E.60.3.3. Queries......................................................................................2267
E.60.3.3.1. Strings...........................................................................2267
E.60.3.4. Object Manipulation.................................................................2268
E.60.3.4.1.
ALTER
Object ...............................................................2268
E.60.3.4.2.
CREATE/ALTER TABLE
...............................................2268
E.60.3.4.3. Object Permissions.......................................................2269
E.60.3.5. Utility Operations .....................................................................2269
E.60.3.5.1.
COPY
.............................................................................2269
E.60.3.5.2.
EXPLAIN
.......................................................................2269
E.60.3.5.3.
VACUUM
.........................................................................2269
E.60.3.5.4.
CLUSTER
.......................................................................2270
E.60.3.5.5. Indexes..........................................................................2270
E.60.3.6. Data Types ................................................................................2270
E.60.3.6.1. Casting..........................................................................2270
E.60.3.6.2. XML.............................................................................2271
E.60.3.7. Functions...................................................................................2271
E.60.3.7.1. Object Information Functions ......................................2271
E.60.3.7.2. Function and Trigger Creation.....................................2272
E.60.3.8. Server-Side Languages .............................................................2272
E.60.3.8.1. PL/pgSQL Server-Side Language................................2272
E.60.3.8.2. PL/Perl Server-Side Language.....................................2272
E.60.3.8.3. PL/Python Server-Side Language ................................2272
E.60.3.9. Client Applications...................................................................2273
E.60.3.9.1. psql...............................................................................2273
E.60.3.9.2. pg_dump.......................................................................2273
E.60.3.9.3. pg_ctl............................................................................2274
E.60.3.10. Development Tools .................................................................2274
E.60.3.10.1. libpq............................................................................2274
E.60.3.10.2. ECPG..........................................................................2274
E.60.3.11. Build Options..........................................................................2274
E.60.3.11.1. Makefiles....................................................................2275
E.60.3.11.2. Windows.....................................................................2275
E.60.3.12. Source Code............................................................................2275
E.60.3.12.1. Server Hooks..............................................................2276
E.60.3.13. Contrib....................................................................................2276
E.60.3.13.1. Security.......................................................................2276
E.60.3.13.2. Performance ...............................................................2277
E.60.3.13.3. Fsync Testing..............................................................2277
E.60.3.14. Documentation........................................................................2277
E.61. Release 9.0.23....................................................................................................2278
E.61.1. Migration toVersion 9.0.23...................................................................2278
E.61.2. Changes .................................................................................................2278
xxxix
53
E.62. Release 9.0.22....................................................................................................2281
E.62.1. Migration toVersion 9.0.22...................................................................2281
E.62.2. Changes .................................................................................................2281
E.63. Release 9.0.21....................................................................................................2282
E.63.1. Migration toVersion 9.0.21...................................................................2282
E.63.2. Changes .................................................................................................2282
E.64. Release 9.0.20....................................................................................................2282
E.64.1. Migration toVersion 9.0.20...................................................................2283
E.64.2. Changes .................................................................................................2283
E.65. Release 9.0.19....................................................................................................2286
E.65.1. Migration toVersion 9.0.19...................................................................2286
E.65.2. Changes .................................................................................................2286
E.66. Release 9.0.18....................................................................................................2291
E.66.1. Migration toVersion 9.0.18...................................................................2291
E.66.2. Changes .................................................................................................2291
E.67. Release 9.0.17....................................................................................................2293
E.67.1. Migration toVersion 9.0.17...................................................................2293
E.67.2. Changes .................................................................................................2294
E.68. Release 9.0.16....................................................................................................2294
E.68.1. Migration toVersion 9.0.16...................................................................2295
E.68.2. Changes .................................................................................................2295
E.69. Release 9.0.15....................................................................................................2298
E.69.1. Migration toVersion 9.0.15...................................................................2298
E.69.2. Changes .................................................................................................2298
E.70. Release 9.0.14....................................................................................................2300
E.70.1. Migration toVersion 9.0.14...................................................................2300
E.70.2. Changes .................................................................................................2300
E.71. Release 9.0.13....................................................................................................2301
E.71.1. Migration toVersion 9.0.13...................................................................2301
E.71.2. Changes .................................................................................................2302
E.72. Release 9.0.12....................................................................................................2303
E.72.1. Migration toVersion 9.0.12...................................................................2304
E.72.2. Changes .................................................................................................2304
E.73. Release 9.0.11....................................................................................................2305
E.73.1. Migration toVersion 9.0.11...................................................................2305
E.73.2. Changes .................................................................................................2305
E.74. Release 9.0.10....................................................................................................2308
E.74.1. Migration toVersion 9.0.10...................................................................2308
E.74.2. Changes .................................................................................................2308
E.75. Release 9.0.9......................................................................................................2309
E.75.1. Migration toVersion 9.0.9.....................................................................2309
E.75.2. Changes .................................................................................................2309
E.76. Release 9.0.8......................................................................................................2311
E.76.1. Migration toVersion 9.0.8.....................................................................2311
E.76.2. Changes .................................................................................................2311
E.77. Release 9.0.7......................................................................................................2313
E.77.1. Migration toVersion 9.0.7.....................................................................2313
E.77.2. Changes .................................................................................................2313
E.78. Release 9.0.6......................................................................................................2317
E.78.1. Migration toVersion 9.0.6.....................................................................2317
E.78.2. Changes .................................................................................................2317
E.79. Release 9.0.5......................................................................................................2319
xl
Documents you may be interested
Documents you may be interested