注:本文部分翻译自https://docs.vmware.com/en/VMware-Greenplum-Data-Copy-Utility/2.6/greenplum-copy/gpcopy.html
gpcopy实用程序将对象从源Greenplum数据库系统中的数据库复制到目标Greenplum数据库系统中的数据库。
语法
gpcopy
{
{
-F | --full} |
{
{
-d | --dbname} <database1>[,<database2> ... ]
{
-D | --dest-dbname} <dest-db1>[,<dest-db2> ... ] ] } |
{
-t | --include-table} <db>.<schema>.<table>[,<db>.<schema1>.<table1> ... ]
[ --dest-table <db>.<schema>.<table>[,<db>.<schema1>.<table1> ... ] |
{
-T | --include-table-file} <table-file1>
[{
-T | --include-table-file} <table-file2>] ... ] |
--include-table-json <json-table-file1>
[ --include-table-json <json-table-file2>] ... ] }
[ {
-m | --metadata-only} ]
[ --no-ownership ]
[ {
-e | --exclude-table} <db>.<schema>.