Greenplum Database 6 has deprecated several database objects. These changes can effect the successful upgrade from one major version to another. Review these objects when using Geenplum Upgrade, or Greenplum Backup and Restore. This topic highlight these changes.
Parent topic: Greenplum Database Reference Guide
The following list includes the Greenplum Database 6 deprecated relations.
The following list includes the Greenplum Database 6 deprecated columns.
The following list includes the Greenplum Database 6 deprecated functions and procedures.
The following list includes the Greenplum Database 6 deprecated types, domains, and composite types.
The following list includes the Greenplum Database 6 deprecated 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 |