I have observed that when combining the --globals-only option with certain other switches during a pg_restore - operation fails silently.The attempted restore does not execute, but no error message or warning is displayed unless the --verbose option is also used.--this will just run without any message but objects also not going to create ./pg_restore -Fc ok31. -C -d postgres -t mytable --globals-only ./pg_restore -Fc ok31. -C -d postgres -no-tablespace --globals-only./pg_restore -Fc ok31. -C -d postgres -no-data --globals-onlywith --verbose[edb@1a1c15437e7c bin]$ ./pg_restore -Fc ok31. -C -d postgres -t myable --globals-only -vpg_restore: connecting to database for restorepg_restore: executing SELECT pg_catalog.set_config('search_path', '', false);pg_restore: implied no-schema restorepg_restore: database restoring skipped because option -g/--globals-only was specifiedwe should probably add some message there.
pgsql-hackers by date:
Соглашаюсь с условиями обработки персональных данных