Greenplum Database 6 removes several database objects. These changes can effect the successful upgrade from one major version to another. Review these objects when using Greenplum Upgrade, or Greenplum Backup and Restore. This topic highlight these changes.
Parent topic: Greenplum Database Reference Guide
The following list includes the removed relations in Greenplum Database 6.
The following list includes the removed columns in Greenplum Database 6.
The following list includes the removed functions and procedures in Greenplum Database 6.
The following list includes the Greenplum Database 6 removed types, domains, and composite types.
The following list includes the Greenplum Database 6 removed operators.
oprname | oprcode |
---|---|
pg_catalog.#> | json_extract_path_op |
pg_catalog.#>> | json_extract_path_text_op |
pg_catalog.% | int42mod |
pg_catalog.% | int24mod |
pg_catalog.< | gpxlogloclt |
pg_catalog.<= | gpxloglocle |
pg_catalog.<> | gpxloglocne |
pg_catalog.= | gpxlogloceq |
pg_catalog.> | gpxloglocgt |
pg_catalog.>= | gpxloglocge |
pg_catalog.<= | name_pattern_le |
pg_catalog.<> | name_pattern_ne |
pg_catalog.<> | bpchar_pattern_ne |
pg_catalog.<> | textne |
pg_catalog.< | name_pattern_lt |
pg_catalog.= | name_pattern_eq |
pg_catalog.= | bpchar_pattern_eq |
pg_catalog.= | texteq |
pg_catalog.>= | name_pattern_ge |
pg_catalog.> | name_pattern_gt |